unsupported_grant_type

Database & APIs

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?

What have you tried so far?

I have tried converting the cURL into JSON and sending the request but it did not work.

Did you check FlutterFlow's Documentation for this topic?
Yes