curl --location --request GET '/analytics/team-token' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}'
{
"team_token_data": [
{
"team_name": "Development Team",
"agents": [
{
"id": 520,
"agent_name": "Equation Tester"
}
]
}
]
}