List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=245
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=250",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=240",
    "results": [
        {
            "quote": "To be successful you have to be lucky, or a little mad, or very talented, or find yourself in a rapid growth field. Edward de Bono",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465796,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Really liking what you do, whatever area that you get into, even if you’re the best of the best, there’s always a chance of failure. So, I think it’s important that you really like whatever you’re doing, if you don’t like it, life is too short. If you like what you’re doing, you think about it even when you’re not working, it’s something that your mind is drawn to. And if you don’t like it, you really just can’t make it work. Elon Musk",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465797,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is the enemy of learning. It can deprive you of the time and the incentive to start over. Beginner’s mind also needs beginner’s time. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465798,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Leadership is the key to 99 percent of all successful efforts. Erskine Bowles",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465799,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The professional has learned that success, like happiness, comes as a by-product of work. The professional concentrates on the work and allows rewards to come or not come, whatever they like. Steven Pressfield",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465800,
            "image": null,
            "language": "en"
        }
    ]
}