curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_id": "018f4a2b-2222-7000-8abc-def012345683",
"event_type": "booking.no_show",
"occurred_at": "2026-07-15T17:30:00+00:00",
"data": {
"booking_id": 95761,
"candidate_email": "john.absent@nhsstaff.co.uk",
"candidate_name": "John Absent",
"attendance": "absent",
"training_event_id": 26,
"course_name": "CSTF All-In-One Mandatory Practical Training",
"location_name": "Glasgow",
"start_date": "2026-07-15T10:00:00+01:00"
}
}'