So I'm being forced to use an API Endpoint that is get but also requires data in the body. I've tried various methods in c# but each time I keep getting the same result. Body Content is not allowed for the GET method.
Does anyone have an idea on how I can create an HTTPClient Request or WebRequest or anything that will allow me to hit their GET method with body parameters?