Authorization: Bearer ********************
{ "num_type": 2, "num": "HGE2601060000255" }
curl --location 'intercept/order/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "num_type": 2, "num": "HGE2601060000255" }'
{ "code": 200, "success": true, "detail": "Applying for interception", "data": { "customer_order_num": "P10006-20260106165003", "order_num": "HGE260106000021H", "tracking_num": "" } }