List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4460
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=4465",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4455",
    "results": [
        {
            "quote": "It took me quite a long time to develop a voice, and now that I have it, I am not going to be silent. Madeleine Albright",
            "author": "Madeleine Albright",
            "likes": 250,
            "tags": [
                "positive"
            ],
            "pk": 470090,
            "image": null,
            "language": "en"
        },
        {
            "quote": "First say to yourself what you would be; and then do what you have to do. Epictetus",
            "author": "Epictetus",
            "likes": 226,
            "tags": [
                "positive"
            ],
            "pk": 470091,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everywhere you go, make positive deposits rather than negative withdrawals. You can be a people builder. Joel Osteen",
            "author": "Joel Osteen",
            "likes": 464,
            "tags": [
                "positive"
            ],
            "pk": 470092,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Feed your inner person encouraging things that build you up and cause you to be positive, hopeful and, inspired. Joel Osteen",
            "author": "Joel Osteen",
            "likes": 725,
            "tags": [
                "positive"
            ],
            "pk": 470093,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sometimes the bad things that happen in our lives put us directly on the path to the best things that will ever happen to us. Unknown",
            "author": "",
            "likes": 74,
            "tags": [
                "positive"
            ],
            "pk": 470095,
            "image": null,
            "language": "en"
        }
    ]
}