List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81660
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=81665",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81655",
    "results": [
        {
            "quote": "Why do you stay in prison when the door is so wide open?",
            "author": "",
            "likes": 462,
            "tags": [
                "rumi"
            ],
            "pk": 486597,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you are irritated by every rub, how will your mirror be polished?",
            "author": "",
            "likes": 750,
            "tags": [
                "rumi"
            ],
            "pk": 486593,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When will you begin that long journey into yourself? Rumi",
            "author": "",
            "likes": 539,
            "tags": [
                "rumi"
            ],
            "pk": 486528,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If I am not good to myself, how can I expect anyone else to be good to me?",
            "author": "",
            "likes": 332,
            "tags": [
                "maya-angelou"
            ],
            "pk": 486398,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When was the last time anyone told you how important you are?",
            "author": "",
            "likes": 192,
            "tags": [
                "maya-angelou"
            ],
            "pk": 486369,
            "image": null,
            "language": "en"
        }
    ]
}