{ "order_id": "2025041610075859" }
curl --location --request POST '/outapi/order/cancel' \ --header 'Authori-zation: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "order_id": "2025041610075859" }'
{ "status": 200, "msg": "同步成功", "code": "100038" }