Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/v1/libraries/314221a1-3cbf-4d3c-846e-f6c22bc43064/uploads/s3/multipart' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filename": "demo_reel.mp4",
"type": "video/mp4",
"metadata": {
"libraryId": "lib_123",
"folderId": "fold_456",
"source": "dashboard",
"tags": ["launch", "promo"]
}
}'{}