curl --request POST \
--url https://api.supersonic.cv/reports/execute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"config": {
"object_type": "<string>",
"metric": "count",
"chart_type": "<string>",
"metric_field": "<string>",
"group_by": "<string>",
"time_bucket": "day",
"filters": [
{}
]
}
}
'