curl --request POST \
--url https://{filebrowser-url}/v1/projects/{projectID}/disks/{diskName}/upload \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'This response has no body data.curl --request POST \
--url https://{filebrowser-url}/v1/projects/{projectID}/disks/{diskName}/upload \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'This response has no body data.Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
The id of your project
The name of your disk
The path of your disk
The overwrite of your request