List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81795
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=81800",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81790",
    "results": [
        {
            "quote": "Does running out of money count as exercise? Unknown",
            "author": "",
            "likes": 439,
            "tags": [
                "money"
            ],
            "pk": 476941,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is prayer your steering wheel or your spare tire? Corrie Ten Boom",
            "author": "",
            "likes": 428,
            "tags": [
                "hard-work"
            ],
            "pk": 476824,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When a really great dream shows up, grab it! Larry Page",
            "author": "",
            "likes": 87,
            "tags": [
                "hard-work"
            ],
            "pk": 476810,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is the one sentence summary of how you change the world? Always work hard on something uncomfortably exciting! Larry Page",
            "author": "",
            "likes": 152,
            "tags": [
                "hard-work"
            ],
            "pk": 476768,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everybody wants to be famous but nobody wants to do the work! Kevin Hart",
            "author": "",
            "likes": 162,
            "tags": [
                "hard-work"
            ],
            "pk": 476660,
            "image": null,
            "language": "en"
        }
    ]
}