{
"orderId": "string",
"reason": "string"
}
curl --location --request POST '/api/hotel/callCenter/hotelCancelOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"reason": "string"
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": {
"orderId": "",
"orderStatus": 0
}
}