PUT /_matrix/client/v1/admin/lock/{userId}
pub(crate) async fn lock_user_route( __arg0: State<State>, body: Args<Request>, ) -> Result<Response>