userServiceKey = $userServiceKey; } public function getHeaders(): array { return [ 'X-Auth-User-Service-Key' => $this->userServiceKey, ]; } }