getConfig(), [ 'base_uri' => $this->getNode()->getConnectionAddress(), 'headers' => [ 'Authorization' => 'Bearer ' . ($this->getToken() ?? $this->getNode()->daemonSecret), 'Accept' => 'application/json', 'Content-Type' => 'application/json', ], ])); } }