curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/offloads \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"awbNumber": "15712345678",
"flightId": "QR001-20240101",
"reason": "capacity",
"pieces": 2,
"weight": 100,
"notes": "Insufficient capacity on flight"
}
'