API - Total Views per Video

Returns the total accumulated views per video, including data from the last week.

Endpoint:

GET /api/external/video/:video_id/views

Response:
{
	"views": 1000,
	"last_week": 50,
}