Uploading a file using CURL

Hi,

I’ve created a new private app that I want to use for file upload. Can anyone tell me what is wrong with this CURL command as I’m not getting any response even though it says 100% received? Are the

options

mandatory (Accounts Dashboard | HubSpot)?

curl -X POST -H “X-Requested-With: VBA” -H “Accept: multipart/form-data” -H “Authorization: Bearer xxx-xxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” -F “file”=@somePDF.pdf -F “folderId”=1234567890 -F “fileName”=“testfilename.pdf” “https://api.hubapi.com/files/v3/files” --output “testoutput.json”

Many thanks in advance