Hello, I was testing our implementation in Java with a simple request to the Pilot environment, using a POST request to the uri (rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases) and was getting a response back with the unauthorized 401 error when I sent a name with special character. But this error only happend when I sent a name with special character like in the example:
{ ... "providerTypes":["WATCHLIST"], "name":"Tést" }
If I send a company name without special character, the test works. Testing in postman it works even with special character, but I can't see why. Thanks Vitor