curl --location -g --request GET 'https:///api/v2/agents/tags/grouped-by-agent' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"grouped_by_agent": true,
"tags": [
{
"agent_id": 0,
"agent_name": "string",
"tags": [
"string"
]
}
],
"filters": {
"project_id": 0,
"team_id": 0,
"org_id": 0,
"carousel_id": 0,
"published_as_teammate": false
}
}
}