List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4400
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=4405",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4395",
    "results": [
        {
            "quote": "We can change our lives. We can do, have, and be exactly what we wish. Tony Robbins",
            "author": "Tony Robbins",
            "likes": 105,
            "tags": [
                "positive"
            ],
            "pk": 470030,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A problem is a chance for you to do your best. Duke Ellington",
            "author": "Duke Ellington",
            "likes": 609,
            "tags": [
                "positive"
            ],
            "pk": 470031,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Miracles happen to those who believe in them. Bernhard Berenson",
            "author": "Bernhard Berenson",
            "likes": 641,
            "tags": [
                "positive"
            ],
            "pk": 470032,
            "image": null,
            "language": "en"
        },
        {
            "quote": "With the new day comes new strength and new thoughts. Eleanor Roosevelt",
            "author": "Eleanor Roosevelt",
            "likes": 423,
            "tags": [
                "positive"
            ],
            "pk": 470033,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wherever you are, and whatever you do, be in love. Rumi",
            "author": "Rumi",
            "likes": 658,
            "tags": [
                "positive"
            ],
            "pk": 470034,
            "image": null,
            "language": "en"
        }
    ]
}