curl --location --request POST 'https://api.gauas.com/api/v1/cloud/buckets//chunked/init' \
--header 'Authorization: Bearer {{token}}' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_name": "test-large-file.mp4",
"file_size": 104857600,
"content_type": "video/mp4",
"path": "videos/test"
}'{}