curl --location --request GET '/thread/getall?user=131&agent=809' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}'
[
{
"id": 2178,
"created_by": "akshay@datasciencedojo.com",
"created_on": "2024-09-19T23:07:41.950959Z",
"modified_by": "",
"modified_on": "2024-09-19T23:07:41.950977Z",
"title": "Testing Confirmation",
"is_deleted": false,
"chat_id": null,
"agent": 809,
"user": 131
}
]