How can I get a list of valid SDATA endpoints?

SOLVED

Hello

So my client is using Sage Accounts 50 v27. Sdata is enabled and lists in settings the URL http://<server name>:<port>/sdata/accounts50/GCRM/{<some sort of UID>} I tried to use curl from a different machine on the network to obtain a list of projects. However all URLs I found in the sage documentation return error, ApplicationNotFound, Unable to locate a handler to process the request '<URL part after /sdata/>' The only URL I found in the documentation at http://sage.github.io/SData-2.0/pages/core/1403/ that actually returns something is http://<server name>:<port>/sdata/$system/registry/-/endpoints which is supposedly a list of accessible endpoints, but there are only 2 /accounts50 and /accounts50/GCRM and accessing with CURL returns a different error: ResourceKindNotFound, Unable to locate the specified object 'accounts50'

Please note that with curl I am sending the Basic Authorization header with my sage user account, thought without it, I get the same errors.

So, how can I access the API to return something useful?

Your help is greatly appreciated.