curl --location --request GET 'http://prod-cn.your-api-server.com/api/ai-conversations/c7e4cc1b-fb96-49f7-843b-a1bc8e6ebf6a' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"items": [
"string"
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
},
"timestamp": 0
}