Authorization: Bearer ********************
{ "cancel_type": "1", "num_type": 1, "num": "CS1298738912739131" }
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/cancel_label/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "cancel_type": "1", "num_type": 1, "num": "CS1298738912739131" }'
{ "code": 200, "success": true, "detail": "string", "data": { "customer_order_num": "string", "order_num": "string", "tracking_num": "string" } }