How to use the presigned URL to upload the file?

I got the presigned URL from /v7/prepareUpload api route. How do I use that URL to upload the file. I am trying to upload files using a powershell script because I just need it upload and download files so do not want to setup NodeJS for this.
Solution
you fetch to presigned URL
Was this page helpful?