Returns the total accumulated views per video, including data from the last week.
GET /api/external/video/:video_id/views
{ "views": 1000, "last_week": 50, }