Authorization: Bearer ********************
{ "num_type": 2, "num": "HGE2601070000047" }
curl --location --request POST 'order/confirm/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "num_type": 2, "num": "HGE2601070000047" }'
{ "code": 200, "success": true, "detail": "success", "data": { "customer_order_num": "P10001-20260106144157", "order_num": "HGE2601060000091", "tracking_num": "800916518721" } }