When I try to authenticate inside the API Calls tab I receive without any details “There was an issue testing the authentication flow, please check your settings.
bad request from client”
Using exactly the same parameters inside Postman is working like a charm, what can be the reason of this error ? How can I get details about the error ?
The only thing I can get is
{
“error_class”: “ClientError”,
“args”: {
“code”: “1675260373556x433236054982427900”
},
“message”: “Invalid request: see error code for details”
}