How to upload file on a Orchestrator bucket with Power Automate and HTTP Request GET/PUT

Hi !
I’m trying to upload a file on a bucket by using HTTP connector with Power Automate. So three steps are necessary…
-Obtain a Token => OK !
-Get the upload url by using UiPath.Server.Configuration.OData.GetWriteUri => Ok, I get the url but I’m not sure…

What I have to set between [???] => path=[???]&expiryInMinutes=5 Is it file complete path, file name ?

-Upload the file by using previous URL


So here, I do not undertand how I set file content. Is it in body ?
There is no truly documentation on that subject, and other posts doesn’t show clearly that part.

It’s “working” because I see my file pop into the bucket, but content is not valid. It’s only a matter of HTTP request parameters

Thanks for any help !