Hi,
I have a class created in php, which generates a string that I send to the world-check one api to create a case, but when I consult, I get this error:
GuzzleHttp \ Exception \ ClientException (401)
Client error: `POST https: // rms-world-check-one-api-pilot.thomsonreuters.com / v2 / cases / screeningRequest` resulted in a` 401 Unauthorized` response
When I show the string that I generate, I copy and paste it to postman with the same url I use from the class, it works, but from a project in Laravel, I don't