{
"type": "string",
"device_sn_List": [
"string"
]
}curl --location '/manage/api/v1/dispatch/save' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"type": "string",
"device_sn_List": [
"string"
]
}'{
"code": 0,
"message": "",
"data": false
}