{
"order_no": "string",
"remark": "string"
}curl --location --request POST 'https://api.fdkexpress.com/wms/outboundCancel' \
--header 'token: f1f5c7d098358111e1b61a725ee42105' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_no": "string",
"remark": "string"
}'{}