curl --location -g --request GET 'https://localhost/api/agents/leaderboard?workspace_uuid={{workspace_uuid}}&organization_multiplai_id=&user_multiplai_ids=&limit=10&date_from=&date_to=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"rank": 1,
"user": {
"id": 42,
"name": "Jane Smith",
"photo": "https://example.com/storage/photos/user-42.jpg"
},
"agent_count": 15,
"agent_count_previous_period": 10,
"growth_percentage": 50
}
]
}