https://api.dropbox.com/oauth2/token?grant_type=refresh_token&refresh_token=<REFRESH_TOKEN>&client_id=<MYAPPID>&client_secret=<MYSECRET>
When I http POST to the above URL for refreshing Access Token in my code, a 503 service unavailable is returned.
However there is no any issue when I do the same thing in POSTMAN
Any body ever had this issue before? Am I missing something in the HTTP header/body?