curl --location -g --request GET 'https:///api/v2/chat-threads/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"id": 0,
"corpus_id": 0,
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"modified_by": "string",
"modified_on": "2019-08-24T14:15:22Z",
"title": "string",
"is_deleted": true,
"chat_id": "string",
"agent": 0,
"user": 0
}
}