My question:
Is it possible to change the OAuth 2.0 content request type from “application/x-www-form-urlencoded” to “application/json”? This is because the service I am calling only supports request in a body using JSON.
This post might be of interest to anyone looking for an alternative solution as Postman doesn’t support automatic customization of this header key through the “Get New Access Token” view