Authorization: ********************{
"userId": "string",
"orderId": "string",
"chargingStatusCode": 0,
"remark": "string",
"waitDeviceResponse": true,
"stopReason": 0
}curl --location --request POST '/management/order/forceEndOrderBySystem' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"orderId": "string",
"chargingStatusCode": 0,
"remark": "string",
"waitDeviceResponse": true,
"stopReason": 0
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}