Authorization: Bearer ********************
{ "relieve_type": 1, "container_num": "BP2400000020US" }
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/cancel_container/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "relieve_type": 1, "container_num": "BP2400000020US" }'
{ "code": 200, "success": true, "detail": "操作成功", "data": { "container_num": "430287831792313" } }