Authorization: Bearer ********************{
"reference_num": "M-123-25122112"
}curl --location --request POST 'get/manifest/result/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reference_num": "M-123-25122112"
}'{
"code": 200,
"success": true,
"detail": "success",
"data": {
"reference_num": "M-123-25122113",
"mawb_no": "123-25122113",
"status": "Success",
"message": "ๆๅ",
"bags": "1",
"items": "1",
"bag_list": [
{
"bag_num": "BP2602420948123",
"bag_type": "1",
"code": "200",
"message": "ๆ ้ๆจ้manifest,ๅทฒ้้ปๅค็",
"customerOrderNoS": [
"HGE260108000005V",
"HGE260108000005V"
]
}
]
}
}