So I have multiple .sav files that I want to upload to my Dropbox I already created an app and have an access token
This is the code i have right now How can I make it upload all file with their name to my Dropbox
curl -X POST https://content.dropboxapi.com/2/files/alpha/upload \
--header 'Authorization: Bearer <access-token>' \
--header 'Content-Type: application/octet-stream' \
--header 'Dropbox-API-Arg: {"path":"","mode":{".tag":"add"}}' \
--data-binary @'test.sav'