*/ protected function defaultQuery(): array { return [ 'method' => 'auth.getSession', 'token' => $this->token, 'format' => 'json', ]; } }