List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81720
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=81725",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81715",
    "results": [
        {
            "quote": "Quit questioning God and start trusting Him! Joel Osteen",
            "author": "",
            "likes": 242,
            "tags": [
                "trust"
            ],
            "pk": 483685,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How can people trust the harvest unless they see it sown? Unknown",
            "author": "",
            "likes": 50,
            "tags": [
                "trust"
            ],
            "pk": 483631,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What loneliness is more lonely than distrust? George Eliot",
            "author": "",
            "likes": 560,
            "tags": [
                "trust"
            ],
            "pk": 483624,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We demand rigidly defined areas of doubt and uncertainty! Douglas Adams",
            "author": "",
            "likes": 527,
            "tags": [
                "trust"
            ],
            "pk": 483619,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What does your heart say? Jeff Bezos (Amazon)",
            "author": "",
            "likes": 425,
            "tags": [
                "leadership"
            ],
            "pk": 483141,
            "image": null,
            "language": "en"
        }
    ]
}