GET /backend/top_videos/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 10,
        "order": 0,
        "file": "https://kuboko-corporate-production.s3.amazonaws.com/top_video/260306_NISSIN_rename.mp4"
    },
    {
        "id": 6,
        "order": 3,
        "file": "https://kuboko-corporate-production.s3.amazonaws.com/top_video/AdobeStock_239484339.mp4"
    },
    {
        "id": 1,
        "order": 5,
        "file": "https://kuboko-corporate-production.s3.amazonaws.com/top_video/AdobeStock_197796067.mp4"
    }
]