List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=285
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=290",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=280",
    "results": [
        {
            "quote": "To live the lives we truly want and deserve, and not just the lives we settle for, we need a Third Metric, a third measure of success that goes beyond the two metrics of money and power, and consists of four pillars: well-being, wisdom, wonder and giving. Arianna Huffington",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465836,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success and money can really be quite blinding. Jim Harrison",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465837,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Real success is know about money, it’s about making an positive impact in the world. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465838,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Don’t think money does everything or you are going to end up doing everything for money. Voltaire",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465839,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Money is like manure. It stinks when you pile it; it grows when you spread it. JRD Tata",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465840,
            "image": null,
            "language": "en"
        }
    ]
}