Hello,
I hope you are doing great.
Does anyone know how to attach a file in a http post request in Power Automate Desktop?
I'm trying to send a file to an API using a post request

In postman I can just add the file like this

But, not able to attach the file into the body with PAD, and I'm getting this error:
{"message":"Add file or url in request}
Thanks in advance