public function registerWebhook($webhookInformation)
    {
        $this->useBasicAuthWithApiKey($this->secretApiKey);
        $httpConfig = new HTTPConfig($this->baseUrl . "/v1/webhooks", 
                                     "POST",