I am getting an error like this: { "error": "unsupported_grant_type", "error_description": "grant_type parameter is missing" } when I try to use the POST method to generate an access token for the Spotify API. I assume that the Content-Type header is not "/application/json" type but this format "application/x-www-form-urlencoded". So how do I make this thing work?
unsupported_grant_type
Database & APIs
I have tried converting the cURL into JSON and sending the request but it did not work.
Yes