I'm receiving this error using C# module that had previously been working for months. Using the following endpoint:
https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&from=en&to=zh-Hans" -H "Ocp-Apim-Subscription-Key: <client-secret>" -H "Content-Type: application/json; charset=UTF-8" -d "[{'Text':'Hello, what is your name?'}]
Resource is global on paid Azure subscriptions. I regenerated the keys within Azure and inserted as the new key. Did something change that resulted in this not working?



