hi! im trying to make a post request to the spotify api, and i cant figure out how to add a body to the request with the value "grant_type=client_credentials&client_id=your-client-id&client_secret=your-client-secret"
my current code is
var request = WebRequest.Create("https://accounts.spotify.com/api/token");
so this program is meant to find how many circular primes there are below 1 million (should be 55), but is returning some crazy high number. where am i going wrong?