I am trying to use the Microsoft Custom Translator API(https://custom-api.cognitive.microsofttranslator.com/swagger/) to get list of the projects and so on. However I am receiving the 401 response (Unauthorized).
I am using the header authorization token as specified in similar Translator v3. API (https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-reference#authentication), however response is still 401.
The problem is not in the subscription, as the token authorization works well for the Translation v3. API.
Example of the call:
curl -X GET --header "Authorization: Bearer XYZ" https://custom-api.cognitive.microsofttranslator.com/api/texttranslator/v1.0/projects
Do you have any hints for the resolving the issue? Thank you.