curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/flights/{id}/bookings \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"flightId": "QR001-20240101",
"bookings": [
{
"awbNumber": "157-12345678",
"pieces": 10,
"weight": 500,
"volume": 2.1,
"origin": "DOH",
"destination": "LHR",
"status": "BKD",
"xfbl": "<XFBL XML or IMP>",
"fbl": "<FBL if sent>"
}
]
}
'