List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=240
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=245",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=235",
    "results": [
        {
            "quote": "Successful entrepreneurs may hate hierarchies and structures and try to destroy them. They may garner the disapproval of MBAs for their creativity and wildness. But they have antennae in their heads. When they walk down the street anywhere in the world, they have their antennae out, evaluating how what they see can relate back to what they are doing. It might be packaging, a word, a poem, or even something in a completely different business. Anita Roddick",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465791,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The world’s most successful entrepreneurs play hard, but they work even harder. Ben Parr",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465792,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you delight your customers, you’ll delight your shareholders. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465793,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Real success is being totally indulgent about your own trip. You put your blinders on about the garbage and go full speed ahead. Betsey Johnson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465794,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our success has really been based on partnerships from the very beginning. Bill Gates",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465795,
            "image": null,
            "language": "en"
        }
    ]
}