curl --request POST \
--url https://api.scribe-mail.com/v1/events \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"event": {
"name": "<string>",
"value": 123,
"currency": "<string>",
"click_id": "<string>",
"event_id": "<string>",
"properties": {}
}
}
'