Hello
I had built a a process that uses a run command tool to execute the following curl command:
curl -X POST ^
-H "accept: multipart/form-data" ^
-u "**text**" ^
-F "file=@**example file path**" ^
-o "**output file path**" ^
"**URL**"
Coming back to it a few month later it is causing some issues in the process and I was wondering how this could be replicated in the download tool, specifically the "-u" and "-F" parts.