Michael V. answered 06/24/19
Experienced Tutor Skilled in Web Engineering and Related Subjects
I suspect you have an old or minimalist version of curl that doesn't support the normal command line arguments.
To see what arguments it does support, try running
In any case, you should be able to get rid of the progress bar by redirecting standard error to /dev/null. To do this, insert
after the command.