curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/quotes \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"shipper": {
"name": "ABC Exports (Pvt) Ltd"
},
"consignee": {
"name": "London Imports Ltd"
},
"routing": {
"origin": "KHI",
"destination": "LHR"
},
"pieces": 8,
"grossWeightKg": 980,
"commodity": {
"code": "GEN",
"description": "General Cargo"
},
"dimensionsCm": [
{
"l": 120,
"w": 100,
"h": 80,
"pieces": 8
}
],
"shc": [
"PER"
],
"deliveryToAirlineDate": "2024-01-01",
"notes": "Stackable",
"airlineFilter": [
"PK"
]
}
'