API Endpoint URL: https://api.hubapi.com/oauth/v1/token
METHOD: POST
BODY: application/x-www-form-urlencoded
DATA:
grant_type: authorization_code
client_id: App Client ID
client_secret: App Client Secret
redirect_uri: The URL above
code: value after `code=` above
Example: