curl --request POST \
--url https://api.hacktionbase.com/v1/events \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"event": "project_created",
"userExternalId": "<string>",
"accountExternalId": "<string>",
"anonymousId": "<string>",
"properties": {},
"timestamp": 123
}
'