Authorization: ********************
{
"waitDeviceResponse": true,
"userId": "string",
"orderId": "string"
}
curl --location --request POST '/management/order/forceEndOrderBySystem' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"waitDeviceResponse": true,
"userId": "string",
"orderId": "string"
}'
{
"code": "string",
"msg": "string",
"data": true,
"stackTraceMsg": "string"
}