Connecting to third party Oauth Provider with header "Authoriztion Bearer {base64 string}
The third party has provided a key, a secret, and a token URL. The instructions are to include headers Authorization Bearer followed by a base64 string concatenation of the key and secret, and content type json. In the body, grant_type api. I set ...
