curl --location -g --request GET 'https:///api/v2/chat-threads/recent?items_per_page&page&paginated&query' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"items": [
{
"thread_id": 0,
"thread_title": "string",
"agent_id": 0,
"agent_name": "string",
"agent_image": "string",
"last_active": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"count": 0,
"num_pages": 0,
"current_page": 0
}
}
}