curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/hawb \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"hawbNumber": "H001",
"mawbNumber": "15712345678",
"pieces": 5,
"weight": 250,
"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]"
}
}
'