curl --location 'http://localhost:8080/public/member/list?page=undefined&size=undefined&role=undefined&keyword=undefined'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"records": [
{
"id": 0,
"nickname": "string",
"avatar": "string",
"role": "string",
"intro": "string",
"join_year": 0,
"honor_badge": "string"
}
]
}
}