{
"status": "string",
"surId": [
"string"
]
}
curl --location --request POST 'http://dev-cn.your-api-server.com/overall/batch/state' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "string",
"surId": [
"string"
]
}'
{
"code": 0,
"data": true,
"msg": "string"
}