curl --request POST \
--url https://api.quivly.com/v1/events \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"events": [
{
"event_id": "<string>",
"customer_id": "<string>",
"event_code": "<string>",
"event_type": "credit",
"created_at": "2023-11-07T05:31:56Z",
"event_properties": {}
}
]
}
'