curl --location -g --request GET 'https:///api/v2/agents/filter' \
--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
}
]
}
}