curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"event": "order.closed",
"id": "94ed75f8-7286-43e8-b30b-5a65d9e16d9a",
"created_at": "2026-09-12T09:15:45+02:00",
"company_uid": "1623978b-9ac9-400a-b6a0-2b7b8f97bb64",
"data": {
"order": {
"uid": "3f1b1f0c-2c2e-4c42-9f1a-6b5a4d2e8a11",
"number": "#1024",
"restaurant_uid": "b06a191d-8e22-4707-8c1e-9b5119cf4461"
},
"occurred_at": "2026-09-12T09:15:45+02:00",
"status": "DELIVERED",
"previous_status": "IN_PROGRESS",
"closed_at": "2026-09-12T09:15:40+02:00"
}
}'