curl --request GET \
--url https://api.example.com/api/conversations[
{
"id": "<string>",
"last_message": "2023-11-07T05:31:56Z",
"message_count": 1,
"sidebar_title": "<string>",
"title": "<string>"
}
]List recent conversations.
curl --request GET \
--url https://api.example.com/api/conversations[
{
"id": "<string>",
"last_message": "2023-11-07T05:31:56Z",
"message_count": 1,
"sidebar_title": "<string>",
"title": "<string>"
}
]