Hi Team
I am Learning the power automation and stuck in one task, I want to pass parameters in the request
Please suggest

Hi Team
I am Learning the power automation and stuck in one task, I want to pass parameters in the request
Please suggest
It's usually been my experience that parameters are passed mostly using the request body, not the custom headers. Also, you might want to switch from XML to JSON - it's a little easier to deal with. Do you have any documentation on the call you are trying to make? Also, usually the URL includes the API name, so https://test.com/getsomedata or something like that.