userId}/filter"; } public function getQueryParameters(): array { return []; } public function getBody(): array { return [ "account_data" => $this->accountData, "event_fields" => $this->eventFields, "event_format" => $this->eventFormat, "presence" => $this->presence, "room" => $this->room, ]; } }