cURL
curl --request GET \ --url https://api.example.com/chat/conversations
List all chat conversations in the current workspace
{ "result": "success", "data": ... }
data
503