List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81790
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=81795",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81785",
    "results": [
        {
            "quote": "Do you not see how necessary a world of pains and troubles is to school an intelligence and make it a soul? John Keats",
            "author": "",
            "likes": 679,
            "tags": [
                "pain"
            ],
            "pk": 477927,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What would life be if we had no courage to attempt anything? Vincent Van Gogh",
            "author": "",
            "likes": 327,
            "tags": [
                "failure"
            ],
            "pk": 477657,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you are irritated by every rub, how will your mirror be polished? Rumi",
            "author": "",
            "likes": 293,
            "tags": [
                "patience"
            ],
            "pk": 477434,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How many a man has thrown up his hands at a time when a little more effort, a little more patience would have achieved success? Elbert Hubbard",
            "author": "",
            "likes": 702,
            "tags": [
                "patience"
            ],
            "pk": 477380,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How poor are they that have not patience! What wound did ever heal but by degrees? William Shakespeare",
            "author": "",
            "likes": 322,
            "tags": [
                "patience"
            ],
            "pk": 477276,
            "image": null,
            "language": "en"
        }
    ]
}