curl --location -g --request GET 'https:///api/v2/agent-responses//comments' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"comments": [
{
"id": 0,
"comment": "string",
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"chat_log": 0
}
]
}
}