List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5355
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5360",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5350",
    "results": [
        {
            "quote": "If you can dream it, you can do it. Walt Disney",
            "author": "Walt Disney",
            "likes": 368,
            "tags": [
                "short"
            ],
            "pk": 471043,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing happens unless first we dream. Carl Sandburg",
            "author": "Carl Sandburg",
            "likes": 582,
            "tags": [
                "short"
            ],
            "pk": 471044,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The dreamers are the saviors of the world. James Allen",
            "author": "James Allen",
            "likes": 618,
            "tags": [
                "short"
            ],
            "pk": 471045,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It may be that those who do most, dream most. Stephen Butler Leacock",
            "author": "Stephen Butler Leacock",
            "likes": 327,
            "tags": [
                "short"
            ],
            "pk": 471046,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Make your dreams happen. Die with memories, not dreams.",
            "author": "",
            "likes": 675,
            "tags": [
                "short"
            ],
            "pk": 471047,
            "image": null,
            "language": "en"
        }
    ]
}