List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81510
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=81515",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81505",
    "results": [
        {
            "quote": "How poor are they that have not patience! What wound did ever heal but by degrees? William Shakespeare",
            "author": "",
            "likes": 640,
            "tags": [
                "patience"
            ],
            "pk": 499601,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Does running out of money count as exercise? Unknown",
            "author": "",
            "likes": 160,
            "tags": [
                "money"
            ],
            "pk": 499266,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is prayer your steering wheel or your spare tire? Corrie Ten Boom",
            "author": "",
            "likes": 590,
            "tags": [
                "hard-work"
            ],
            "pk": 499149,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When a really great dream shows up, grab it! Larry Page",
            "author": "",
            "likes": 149,
            "tags": [
                "hard-work"
            ],
            "pk": 499135,
            "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": 441,
            "tags": [
                "hard-work"
            ],
            "pk": 499093,
            "image": null,
            "language": "en"
        }
    ]
}