Im trying to access an API that contains training information on individuals in my company - the API is using OAuth2 to issue a token but I cant get it to do that! The developer that Im working with, has Postman installed on his machine and can request and get a token without issue but I get the following error:
{"status":"401","timeStamp":"2020-10-28T15:39:25+0000","error":{"errorId":"5b4095aa-e582-43ac-86a1-8508a3e9520c","message":null,"code":"invalid_client","description":"invalid_client","details":null}}
I have the Download tool setup as follows (I have put asterisks in place of the actual ClientID and Secret :

I dont see what Im doing wrong, or different from Postman!