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