curl --location -g --request GET 'https:///api/v2/chat-threads/admin-panel' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Chat Threads Retrieved Successfully",
"data": {
"count": 0,
"num_pages": 0,
"current_page": 0,
"chat_threads": [
{
"id": 0,
"title": "string",
"user": "string",
"agent": "string",
"created_on": "2019-08-24T14:15:22Z"
}
]
}
}