attendance field will be passed (attended and passed) or absent (no-show).Authorization: Bearer ********************curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"event_id": "018f2c3d-1234-7abc-abcd-000000000005",
"event_type": "booking.attendance_marked",
"occurred_at": "2026-06-10T11:30:00+00:00",
"data": {
"booking_id": 1501,
"candidate_name": "Jane Smith",
"course": "BLS — Annual Renewal",
"start_date": "2026-06-10T09:00:00+01:00",
"attendance": "passed",
"id_checked": true
}
}'