curl --location --request POST 'https://buy.wanjingsc.com/openapi/cross-border/order/cancel-order' \
--header 'Content-Type: application/json' \
--data-raw '{
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"orderNo": "string",
"remark": "string"
}'