X-API-Key: ********************{
"cancelRemark": "string",
"id": 0,
"physicalStatus": true,
"mobile": "string",
"processStatus": "string",
"stopRemark": "string",
"stopType": 0,
"type": 0
}curl --location --request POST '/housekeeping/stopOrderByService' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancelRemark": "string",
"id": 0,
"physicalStatus": true,
"mobile": "string",
"processStatus": "string",
"stopRemark": "string",
"stopType": 0,
"type": 0
}'{
"code": 0,
"msg": "string",
"data": {
"msg": "string",
"stopStatus": true
}
}