List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=295
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=300",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=290",
    "results": [
        {
            "quote": "Top 15 things",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465847,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A wise person should have money in their head, but not in their heart. Jonathan Swift",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465848,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wealth consists not in having great possessions, but in having few wants. Epictetus",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465849,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing is particularly hard if you break it down into small jobs. Henry Ford",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465850,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You don’t have to show people how successful you are. Martin Yan",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465851,
            "image": null,
            "language": "en"
        }
    ]
}