OAuth 2.0 - Change content type to application/json

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.

Details (like screenshots):

image