curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/shipments/{awb}/events \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "RCS",
"eventDate": "2024-01-01T08:00:00Z",
"location": "DOH",
"pieces": 10,
"weight": 500,
"notes": "Cargo received at origin"
}
'