curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/mawb \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"awbNumber": "15712345678",
"origin": "DOH",
"destination": "LHR",
"pieces": 10,
"weight": 500,
"commodity": "GEN",
"shipper": {
"name": "Example Corp",
"address": "123 Main St, City, Country",
"contact": "[email protected]"
},
"consignee": {
"name": "Example Corp",
"address": "123 Main St, City, Country",
"contact": "[email protected]"
},
"volume": 2.5
}
'