List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81730
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=81735",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81725",
    "results": [
        {
            "quote": "All you can change is yourself, but sometimes that changes everything! Gary W Goldstein",
            "author": "",
            "likes": 759,
            "tags": [
                "attitude"
            ],
            "pk": 482521,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let us fight for a new world, a decent world! Charlie Chaplin",
            "author": "",
            "likes": 466,
            "tags": [
                "humanity"
            ],
            "pk": 482367,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who are we as human beings if we ignore the suffering of others? Unknown",
            "author": "",
            "likes": 163,
            "tags": [
                "humanity"
            ],
            "pk": 482251,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How far would you go to keep the hope of love alive? Nicholas Sparks",
            "author": "",
            "likes": 800,
            "tags": [
                "hope"
            ],
            "pk": 481976,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is prayer your steering wheel or your spare tire? Corrie ten Boom",
            "author": "",
            "likes": 251,
            "tags": [
                "hope"
            ],
            "pk": 481948,
            "image": null,
            "language": "en"
        }
    ]
}