curl --location -g --request GET 'https:///v2/api/agent/rating' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Agent Rating fetched successfully",
"data": [
{
"id": 1,
"created_by": "user@example.com",
"created_on": "2024-03-12T17:38:56.629032Z",
"modified_by": "",
"modified_on": "2024-03-12T17:38:56.629054Z",
"is_upvote": true,
"user": 2,
"agent": 16
}
]
}