Authorization: Bearer ********************curl --location --request PATCH 'https://api-staging.tenbyte.io/v1/v1/libraries/7a75c216-3abc-42cc-9505-f9af944534e5/videos/f6633a3e-94f1-43f5-aacc-36848950a662/thumbnails/set' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"thumbnail_url": "https://example.com/e597d73e-cca8-4b62-858f-aa655e31df64/thumbnail.jpg"
}'{
"message": "Video Thumbnail Updated Successfully",
"success": true
}