curl --location --globoff 'https:///api/v2/agents/filter?comments=undefined&end_date=undefined&from_date=undefined&project_ids=undefined&query_source=undefined&response_quality=undefined&start_date=undefined&success_status=undefined&timezone=undefined&to_date=undefined&user_ids=undefined' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"agents": [
{
"id": 0,
"agent_name": "string",
"created_by": "string",
"user": 0,
"project": 0
}
]
}
}