Authorization: ********************curl --location 'http://localhost:8080/admin/user/list?page=undefined&size=undefined&keyword=undefined&role=undefined&status=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"records": [
{
"id": 0,
"username": "string",
"nickname": "string",
"phone": "string",
"email": "string",
"qq": "string",
"role": "string",
"status": 0,
"join_year": 0
}
]
}
}