List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=380
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=385",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=375",
    "results": [
        {
            "quote": "Climb mountains not so the world can see you, but so you can see the world. David McCullough Jr",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465933,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness comes from peace. Peace comes from indifference. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465934,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is not doing fun things. Happiness is doing meaningful things. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465935,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One of the keys to happiness is a bad memory. Rita Mae Brown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465936,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Cry. Forgive. Learn. Move on. Let your tears water the seeds of your future happiness. Steve Maraboli",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465937,
            "image": null,
            "language": "en"
        }
    ]
}