X-API-Key: ********************curl --location 'https://api.snakk.ai/api/calls/stats/usage' \
--header 'X-API-Key: <api-key>'{
"current_month": {
"used": 420,
"quota": 1500,
"remaining": 1080
},
"daily_stats": [
{
"date": "2026-06-25",
"minutes": 12.5,
"calls": 4
}
]
}