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