List the quotes, can be filtered via tags

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

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4655",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4645",
    "results": [
        {
            "quote": "We all can dance when we find music we love. Giles Andreae",
            "author": "Giles Andreae",
            "likes": 410,
            "tags": [
                "positive"
            ],
            "pk": 470287,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do what you can, with what you have, where you are. Theodore Roosevelt",
            "author": "Theodore Roosevelt",
            "likes": 522,
            "tags": [
                "positive"
            ],
            "pk": 470288,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do what is right, not what is easy nor what is popular. Roy T. Bennett",
            "author": "Bennett",
            "likes": 610,
            "tags": [
                "positive"
            ],
            "pk": 470289,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The dreamers are the saviors of the world. James Allen",
            "author": "James Allen",
            "likes": 345,
            "tags": [
                "positive"
            ],
            "pk": 470290,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No one saves us but ourselves. No one can and no one may. We ourselves must walk the path. Buddha",
            "author": "Buddha",
            "likes": 300,
            "tags": [
                "positive"
            ],
            "pk": 470291,
            "image": null,
            "language": "en"
        }
    ]
}