I am trying to get new access_token and refresh_token pair in OAuth2.0 through Postman and keep getting this error.
"status":415,"error":"Unsupported Media Type","message":"Content type 'application/x-www-form-urlencoded' not supported","path":"/auth-token/oauth/v2/token"
Here are the URLs that use for the request.
Callback URL: https://oauth.pstmn.io/v1/callback
Auth URL: https://sandbox.dev.clover.com/oauth/v2/authorize
Access Token URL: https://apisandbox.dev.clover.com/oauth/v2/token
What should I do to fix the error?