List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=190
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=195",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=185",
    "results": [
        {
            "quote": "Perseverance – a lowly virtue whereby mediocrity achieves an inglorious success. Ambrose Bierce",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465740,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Hard work – the most raw and obvious way to reach something. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465741,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Not doing more than the average is what keeps the average down. William M. Winans",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465742,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People just don’t understand how obsessed I am with winning. Kobe Bryant",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465743,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I’m convinced that about half of what separates successful entrepreneurs from the non successful entrepreneurs is pure perseverance. It is so hard, you pour so much of your life into this thing, there are such rough moments in time, that most people give up. I don’t blame them, it’s really tough.",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465744,
            "image": null,
            "language": "en"
        }
    ]
}