Authorization: Bearer ********************curl --location --request PATCH 'https://api-staging.tenbyte.io/v1/v1/libraries/a7f590b4-3fd7-42a4-82bb-a7cfa6aa9d04/videos/bulk-move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_folder_id": "0336d0c2-c1aa-4041-b956-1d4afd2935e7",
"video_ids": [
"25798cba-e3c0-41c8-9790-70fb3e549734",
"069c3a46-3a75-41c2-a99e-ad00b0d939aa"
]
}'{
"message": "Videos Updated Successfully",
"success": true
}