List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=175
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=180",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=170",
    "results": [
        {
            "quote": "Life is not about accomplishing things and then showing off to people. It’s about doing what truly matters to you in the most beautiful way possible. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465725,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success isn’t always going to be a huge contract; success is going to be if you just live out your purpose in life. Allan Houston",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465726,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Those who succeed and are happy know that the goal is to be authentic and memorable and make a difference, not to be understood and liked by everyone. Neil Strauss",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465727,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is not always through success. Equally, the constant pursuit of success is sure unhappiness. But we have to find the balance. Amy Chua",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465728,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life fundamentally does not change depending on work or fame or success. Anson Mount",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465729,
            "image": null,
            "language": "en"
        }
    ]
}