curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_id": "018f4a2b-3333-7000-8abc-def012345684",
"event_type": "booking.certificate_available",
"occurred_at": "2026-07-15T17:31:00+00:00",
"data": {
"booking_id": 95759,
"candidate_email": "jane.smith@nhsstaff.co.uk",
"candidate_name": "Jane Smith",
"attendance": "passed",
"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"
}
}'