curl --location --request GET '/api/robot/chat-list' \
--header 'Authorization: test'{
"list": [
{
"id": 0,
"name": "string",
"content_num": 0
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}