X-API-Key: ********************curl --location 'https://api.snakk.ai/api/stats/overview' \
--header 'X-API-Key: <api-key>'{
"overview": {
"subscription_plan": "Pro",
"subscription_slug": "pro",
"subscription_price": 990,
"minutes_used": 142,
"minutes_quota": 1000,
"minutes_remaining": 858,
"usage_percentage": 14,
"total_calls_this_month": 57,
"completed_calls": 50,
"failed_calls": 7,
"active_agents": 3,
"phone_numbers": 2,
"average_call_duration": 96
}
}