curl --location --globoff 'https:///api/v2/chat-threads/global-search?items_per_page=undefined&page=undefined&paginated=undefined&query=undefined' \
--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",
"match_type": "title",
"snippet": "string"
}
],
"meta": {
"count": 0,
"num_pages": 0,
"current_page": 0
}
}
}