curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/flights/{id}/manifests \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"flightId": "QR001-20240101",
"awbNumbers": [
"15712345678",
"15712345679"
],
"totalPieces": 20,
"totalWeight": 1000,
"totalVolume": 15
}
'