List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4575
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=4580",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4570",
    "results": [
        {
            "quote": "No matter how small you start, always dream big. Stephen Richards",
            "author": "Stephen Richards",
            "likes": 105,
            "tags": [
                "positive"
            ],
            "pk": 470210,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Imagine the most outrageously positive possibility for your life, claim it and consider it done. Marianne Williamson",
            "author": "Marianne Williamson",
            "likes": 352,
            "tags": [
                "positive"
            ],
            "pk": 470211,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whatever the mind can conceive it can achieve. W. Clement Stone",
            "author": "Clement Stone",
            "likes": 93,
            "tags": [
                "positive"
            ],
            "pk": 470212,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you are joyful, when you say yes to life and have fun and project positivity all around you, you become a sun in the center of every constellation, and people want to be near you. Shannon L. Alder",
            "author": "Alder",
            "likes": 659,
            "tags": [
                "positive"
            ],
            "pk": 470213,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Think the thought until you believe it, and once you believe it, it is. Abraham Hicks",
            "author": "Abraham Hicks",
            "likes": 684,
            "tags": [
                "positive"
            ],
            "pk": 470214,
            "image": null,
            "language": "en"
        }
    ]
}