notice_number field (1, 2, or 3) indicates which notice this is.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-000000000006",
"event_type": "booking.equipment_late",
"occurred_at": "2026-06-17T08:00:00+00:00",
"data": {
"booking_id": 1501,
"candidate_name": "Jane Smith",
"course": "BLS — Annual Renewal",
"start_date": "2026-06-10T09:00:00+01:00",
"days_overdue": 7,
"notice_number": 2
}
}'