List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=345
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=350",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=340",
    "results": [
        {
            "quote": "Beauty is not in the face; beauty is a light in the heart. Kahlil Gibran",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465897,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I don’t work for the others, I work for myself. And I chose the way to work for myself. But working for myself, that means working for the society. If you really want to work for yourself, think about the others, the DT time, making sure you help others, because only when the other people are successful, when the other people are happy, you’ll be successful, you’ll be happy. Jack Ma",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465898,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success comes from knowing that you did your best to become the best that you are capable of becoming. John Wooden",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465899,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The successful man doesn’t use others, other people use the successful man, for above all the success is of service. Mark Caine",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465900,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is about honour, feeling morally calibrated, absence of shame, not what some newspaper defines from an external metric. Nassim Nicholas Taleb",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465901,
            "image": null,
            "language": "en"
        }
    ]
}