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