I am able to procure the auth token with Client_ID and Client_Secret with Granttype= Authorization Code (UserId and Password)
When I configured Postman to Procure the Token with just Client_ID and Client_Secret with Granttype=Client Credentials, I am able to get the token, but When I use the Token I cannot access the API. Getting a "diagnostics": "Authentication failed." error.