List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3810
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=3815",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3805",
    "results": [
        {
            "quote": "Love only grows by sharing. You can only have more for yourself by giving it away to others. Brian Tracy",
            "author": "Brian Tracy",
            "likes": 501,
            "tags": [
                "kindness"
            ],
            "pk": 469385,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let us try to teach generosity and altruism, because we are born selfish. Richard Dawkins",
            "author": "Richard Dawkins",
            "likes": 631,
            "tags": [
                "kindness"
            ],
            "pk": 469386,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Candor and generosity, unless tempered by due moderation, leads to ruin. Tacitus",
            "author": "Tacitus",
            "likes": 54,
            "tags": [
                "kindness"
            ],
            "pk": 469387,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your acts of kindness are iridescent wings of divine love, which linger and continue to uplift others long after your sharing. Rumi",
            "author": "Rumi",
            "likes": 375,
            "tags": [
                "kindness"
            ],
            "pk": 469388,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Many men have been capable of doing a wise thing, more a cunning thing, but very few a generous thing. Alexander Pope",
            "author": "Alexander Pope",
            "likes": 512,
            "tags": [
                "kindness"
            ],
            "pk": 469389,
            "image": null,
            "language": "en"
        }
    ]
}