Hi. So I'm attempting to test my app's client id/secret using curl with something like: curl --request POST --url https://api.hubapi.com/oauth/v1/token --header 'Content-Type: application/x-www-form-urlencoded' --data 'grant_type=authorization_co
read more