curl --location --request GET '/analytics/agent-token' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}'
{
"agent_token_data": [
{
"agent_name": "AI Tutor",
"total_tokens": 17370820
}
]
}