I tried to create an API object like ``` from freshdesk.api import API a = API(domain='https://xxxx.freshservice.com', api_key='XXXX) ``` and I get the following error: > Freshdesk v2 API works only via Freshdeskdomains and not via custom CNAMEs