Stream the original movie file for a preview, authorized by the share token. Same role as the authenticated original movie preview route, without JWT.
GET
/shared/playlists/{token}/movies/originals/preview-files/{preview_file_id}.mp4
curl \
--request GET 'http://api.example.com/shared/playlists/{token}/movies/originals/preview-files/{preview_file_id}.mp4' \
--header "Authorization: $API_KEY"
Response examples (404)
{
"error": "string"
}