Authorization: Bearer ********************curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"event_id": "018f4a2b-7777-7000-8abc-def012345688",
"event_type": "credits.low",
"occurred_at": "2026-06-05T10:05:00+00:00",
"data": {
"course_id": 1,
"course_name": "CSTF All-In-One Mandatory Practical Training",
"credits": 8,
"threshold": 10
}
}'