{
"dispatch_no": "string",
"dispatch_status": 0
}
curl --location --request POST '/dispatchlist/cancel-order' \
--header 'Content-Type: application/json' \
--data-raw '{
"dispatch_no": "string",
"dispatch_status": 0
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}