ControllerEditRating权限curl --location --request PUT 'http://127.0.0.1:6810/api/controllers/1/rating' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": 0,
"under_monitor": true,
"under_solo": true,
"solo_until": "2025-10-21T12:54:34Z",
"guest": true,
"tier2": true
}'{
"code": "UPDATE_CONTROLLER_RATING",
"message": "编辑用户管制权限成功",
"data": true
}