curl --location 'https://open-api.soureco.com/alibaba/trade/cancel' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "",
"appSecret": "",
"webSite": "1688",
"orderId": "3314022960885106870",
"cancelReason": "no longer want to purchase.",
"remark": "remark"
}'{
"code": 200,
"message": "ζδ½ζε",
"data": {
"success": true,
"errorCode": null,
"errorMessage": null
},
"timestamp": 1723620684182,
"traceId": "1acbe76d3459"
}