I'm trying to call https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/reference/countries
in Java using Resttemplate/HttpClient but I've got 401 error. I believe I generated right signature and I think the cookies are not assigned to be http request. I don't know how to do that.
Please help me.