X-Flype-Webhook-Token: <shared_secret>Content-Type: application/jsonX-Flype-Webhook-Token: <shared_secret> (if enabled)curl --location '/flype/webhook/shipment-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"trackingNumber": "F78ECYH0BNZ8",
"status": "delivered",
"orderDate": "2025-10-30T15:12:34.000Z"
}'{
"status": true
}