I'm trying to pass parameters into my HTTP POST request to a web API.
Using postman, I can easily set the parameter "batchDate" to be something like "2021-03-21T22:04:55.8299681-10:00". But i can't find how to do that in Power Automate Desktop.
I've tried passing into the headers: {batchDate:"2021-03-21T22:04:55.8299681-10:00"} or {"batchDate":"2021-03-21T22:04:55.8299681-10:00"} but i keep getting error message: "Failed to invoke web service: Specified value has invalid HTTP Header characters. Parameter name: name."
Can someone help me out?