uri = 'https://captaincoaster.com/api/'; $this->client = Http::baseUrl($this->uri)->withHeaders([ 'Authorization' => $apiKey ]); } }