curl --request POST \
--url https://cloud.bytebeam.io/api/v1/file \
--header 'Content-Type: multipart/form-data' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--form file='@example-file' \
--form 'fileName=<string>'This response has no body data.curl --request POST \
--url https://cloud.bytebeam.io/api/v1/file \
--header 'Content-Type: multipart/form-data' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--form file='@example-file' \
--form 'fileName=<string>'This response has no body data.