curl --location --globoff 'https:///api/v2/chat-threads/admin-panel?agent=undefined&end_date=undefined&page=undefined&page_size=undefined&project=undefined&start_date=undefined&user=undefined' \
--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:22.123Z"
}
]
}
}