curl --request GET \
--url https://api.ai2fin.com/api/chat/conversations \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "<string>",
"title": "<string>",
"messageCount": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Retrieve chat conversations for the authenticated user
curl --request GET \
--url https://api.ai2fin.com/api/chat/conversations \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "<string>",
"title": "<string>",
"messageCount": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}