When I run a Make API Call I get an 401 error, Invalid Token.
I have configured the HTTP request body as per specifications from the website API documentation; it's a POST request, and the actual token has been put both within commas and without it.
I believe the token is not the problem because I tested the code in IDEs and it works fine, so I would like to know what's missing for me to configure.
Best regards,