❔ c# post request http body
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
my current code is
"grant_type=client_credentials&client_id=your-client-id&client_secret=your-client-secret"my current code is