List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4235
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=4240",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4230",
    "results": [
        {
            "quote": "Let us sacrifice our today so that our children can have a better tomorrow. A. P. J. Abdul Kalam",
            "author": "Abdul Kalam",
            "likes": 333,
            "tags": [
                "family"
            ],
            "pk": 469855,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are my sun, my moon and all of my stars. E.E. Cummings",
            "author": "Cummings",
            "likes": 750,
            "tags": [
                "family"
            ],
            "pk": 469856,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Rich or poor, we will keep together and be happy in one another. Louisa May Alcott",
            "author": "Louisa May Alcott",
            "likes": 190,
            "tags": [
                "family"
            ],
            "pk": 469857,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How lucky I am to have something that makes saying goodbye so hard. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 637,
            "tags": [
                "family"
            ],
            "pk": 469858,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The soul is healed by being with children. Fyodor Dostoevsky",
            "author": "Fyodor Dostoevsky",
            "likes": 496,
            "tags": [
                "family"
            ],
            "pk": 469859,
            "image": null,
            "language": "en"
        }
    ]
}