curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/shipments/{awb}/status/prepared \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"statusCode": "PRE",
"updatedAt": "2024-01-01T15:00:00Z",
"notify": [
"airline",
"aca",
"consignor"
],
"pieces": 10,
"weight": 500,
"uld": "AKE12345QR"
}
'