Authorization: Bearer ********************curl --location --request PUT 'https://api.tenbyte.io/v1/libraries/1a4132d2-a479-4f53-8db4-c09ae567fbf7/uploads/video/token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filename": "video.mp4",
"type": "video",
"ttl": 0,
"folder_id": "",
"size": 104857600
}'{
"message": "Video Deleted Successfully",
"success": true
}