List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81840
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=81845",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81835",
    "results": [
        {
            "quote": "What is the point of dragging up sufferings that are over, of being miserable now, because you were miserable then? Seneca",
            "author": "",
            "likes": 328,
            "tags": [
                "stoic"
            ],
            "pk": 472737,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How long are you going to wait before you demand the best for yourself? Epictetus",
            "author": "",
            "likes": 231,
            "tags": [
                "stoic"
            ],
            "pk": 472622,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why should we pay so much attention to what the majority thinks? Socrates",
            "author": "",
            "likes": 641,
            "tags": [
                "stoic"
            ],
            "pk": 472544,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you are irritated by every rub, how will your mirror be polished? Rumi",
            "author": "",
            "likes": 53,
            "tags": [
                "stoic"
            ],
            "pk": 472541,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Can you take criticism and use it constructively? Robert Greene",
            "author": "",
            "likes": 707,
            "tags": [
                "change"
            ],
            "pk": 472496,
            "image": null,
            "language": "en"
        }
    ]
}