List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81725
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=81730",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81720",
    "results": [
        {
            "quote": "The test of leadership is, is anything or anyone better because of you? Mark Sanborn",
            "author": "",
            "likes": 755,
            "tags": [
                "leadership"
            ],
            "pk": 483136,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Since when was genius found respectable? Elizabeth Barrett Browning",
            "author": "",
            "likes": 170,
            "tags": [
                "respect"
            ],
            "pk": 482896,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Without feelings of respect, what is there to distinguish men from beasts? Confucius",
            "author": "",
            "likes": 767,
            "tags": [
                "respect"
            ],
            "pk": 482862,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Focus on giving smiles away and you will always discover that your own smiles will always be in great supply! Joyce Meyer",
            "author": "",
            "likes": 310,
            "tags": [
                "smile"
            ],
            "pk": 482803,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The teeth are smiling, but is the heart? African proverb",
            "author": "",
            "likes": 568,
            "tags": [
                "smile"
            ],
            "pk": 482742,
            "image": null,
            "language": "en"
        }
    ]
}