{}curl --location --request GET 'http://prod-cn.your-api-server.com/consoleapi/v1/conversations' \
--header 'Authorization: Bearer ak_2e52e4e2de63b8f8015213f56974e2bd' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": "string",
"title": "string",
"userId": null,
"anonymousIdentifier": "string",
"agentId": "string",
"summary": null,
"messageCount": 0,
"totalTokens": 0,
"config": null,
"isDeleted": true,
"metadata": null,
"createdAt": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
},
"timestamp": 0
}