UserEditBaseInfo权限UserSetPassword权限curl --location --request PATCH 'http://127.0.0.1:6810/api/users/profiles/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"email": "string",
"qq": 0,
"new_password": "string"
}'{
"code": "EDIT_USER_PROFILE",
"message": "修改用户信息成功",
"data": true
}