curl --location --request POST 'https://zatoona-ai.com/api/v1/events' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"events": [
{
"name": "question_asked",
"properties": { "subject": "physics", "mode": "detailed" },
"timestamp": "2025-06-10T14:30:00Z"
},
{
"name": "app_opened",
"properties": {},
"timestamp": "2025-06-10T14:00:00Z"
}
]
}'{}