Authorization: Bearer ********************curl --location 'https://app.emooai.com/open-api/v1/chat?current_page=undefined&page_size=undefined' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 20,
"page_size": 50,
"current_page": 1,
"total_pages": 1,
"results": [
{
"id": 123,
"title": "对话标题",
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-02T00:00:00Z"
}
]
}
}