List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=105
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=110",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=100",
    "results": [
        {
            "quote": "Pray that success will not come any faster than you are able to endure it. Elbert Hubbard",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465652,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is a great deodorant. Elizabeth Taylor",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465653,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A successful marriage isn’t necessarily one that lasts until you’re dead. Ellen Barkin",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465654,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I’m finding that success is way more time-consuming than failure ever was. Emma Donoghue",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465655,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Don’t confuse fame with success. Madonna is one; Helen Keller is the other. Erma Bombeck",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465656,
            "image": null,
            "language": "en"
        }
    ]
}