token = Auth::token($this->endpoint); $this->headers = [ 'accept' => 'application/json', 'Authorization' => 'Bearer '.$this->token, 'Cache-Control' => 'no-cache', 'Postman-Token' => '561XX353-805e-4974-66XX-5efXX86e2d80' ]; } }