Authorization: Bearer ********************
curl --location --request GET 'http://8.137.110.113/v1/conversations?user=abc-123&last_id=&limit=20' \
--header 'Authorization: Bearer {api_key}'
{
"limit": 0,
"has_more": true,
"data": [
{
"id": "string",
"name": "string",
"inputs": {},
"status": "string",
"introduction": "string",
"created_at": 0,
"updated_at": 0
}
]
}