curl --location --request GET '/api/events/marketing/traffic-channels?project_id&period' \
--header 'X-Session-Id;' \
--header 'Accept-Language;'{
"period": "7d",
"date_from": "2024-01-01T00:00:00.000Z",
"date_to": "2024-01-08T00:00:00.000Z",
"total_channels": 3,
"data": [
{
"traffic_channel": "organic",
"unique_dialogs": 120,
"total_events": 450,
"comparison": {}
}
]
}