curl --request POST \
--url https://api-prod.interactly.ai/campaigns/v1/campaigns/{config_id}/calls/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"start": "<string>",
"end": "<string>",
"status": "<string>",
"callType": "<string>",
"callIds": [],
"teamId": "<string>",
"search": "<string>"
}
'