{ "shipment_id": 6491394, "status": "in_transit", "change_date": "2025-03-27T15:02:04+03:00" }
curl --location --request PUT '/webhooks/set-shipment-status' \ --header 'Content-Type: application/json' \ --data-raw '{ "shipment_id": 6491394, "status": "in_transit", "change_date": "2025-03-27T15:02:04+03:00" }'
{}