{
"requestId": "string",
"orderId": "string"
}curl --location --request POST 'test-mg-admin.hwyc.io/order/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"orderId": "string"
}'{
"code": 0,
"msg": "",
"data": {},
"successData": {},
"errorMsg": 0,
"success": false
}