This is my code:
WebRequest web = (HttpWebRequest)WebRequest.Create(DISCORDWEBHOOKURL); web.ContentType = "application/json";