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