Returns the number of views recorded in the last month for a given video.
GET /api/videos/:video_id/last_month
[ { "day": "1", "count": 103 }, { "day": "2", "count": 150 }, { "day": "3", "count": 200 }, ,... ]