curl --location 'https://app.laudspeaker.com/api/events/batch/' \
--header 'Authorization: Api-Key [your_key_here]' \
--header 'Content-Type: application/json' \
--data '{
"batch": [
{
"timestamp": "2024-03-15T02:31:05.295Z",
"uuid": "F451DF0A-D713-4076-AE20-41AB1641BC98",
"event": "purchase",
"source": "mobile",
"correlationKey": "_id",
"payload": {
"cart": true
},
"correlationValue": "FBBBCB26-B75E-4342-B40B-568BF879F7C5"
},
{
"timestamp": "2024-03-15T02:31:05.313Z",
"uuid": "A97E8A44-AAB0-45C6-B68D-3CAD9A0ED0DD",
"correlationKey": "_id",
"correlationValue": "FBBBCB26-B75E-4342-B40B-568BF879F7C5",
"source": "mobile",
"event": "agree_to_marketing",
"payload": {
"agreement": true
}
},
{
"correlationKey": "_id",
"source": "mobile",
"uuid": "24291D14-944D-4C7B-B0E4-EC98B8A9DF46",
"correlationValue": "FBBBCB26-B75E-4342-B40B-568BF879F7C5",
"event": "onboarding_started",
"payload": {
"service": "something",
"campaign": "utm-1234",
"tap": "open"
},
"timestamp": "2024-03-15T02:31:05.333Z"
},
{
"source": "mobile",
"correlationValue": "FBBBCB26-B75E-4342-B40B-568BF879F7C5",
"event": "onboarding_started",
"correlationKey": "_id",
"uuid": "46300C36-EB75-483D-9955-555233CE648C",
"payload": {
"service": "MY",
"user": "utm-234",
"tap": "main"
},
"timestamp": "2024-03-15T02:31:05.353Z"
},
{
"source": "mobile",
"correlationKey": "_id",
"correlationValue": "FBBBCB26-B75E-4342-B40B-568BF879F7C5",
"payload": {
"id": 2,
"service": "MY"
},
"timestamp": "2024-03-15T02:31:05.443Z",
"uuid": "C3EE7322-CBA2-49C4-B118-87DD86AAA5D0",
"event": "item_to_cart"
}
]
}'