Authorization: ********************
{
"start_time": "1s",
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/ana/census/GetClientStatus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": "1s",
"org_id": "string"
}'
{
"client_groups": [
{
"campaign_type": "string",
"processed_call_count": 0,
"baseline_call_count": 0
}
]
}