{
"current": 1,
"page_size": 10
}curl --location --request POST '/api/robot/list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"page_size": 10
}'{
"list": [
{
"id": 0,
"robot_id": 0,
"nickname": "string",
"avatar": "string"
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}