curl --location --request POST 'https://openapi.dajisaas.com/alibaba/trade/cancel' \
--header 'api_key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey":"",
"appSecret":"",
"webSite": "1688",
"orderId": "2257164624870311973",
"cancelReason": "buyerCancel",
"remark": "取消订单备注"
}'