curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/placi \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"awbNumber": "15712345678",
"origin": "DOH",
"destination": "LHR",
"departureDate": "2024-01-01",
"cargoDescription": "General cargo",
"shipperName": "Example Shipper",
"consigneeName": "Example Consignee"
}
'