List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=5",
    "previous": null,
    "results": [
        {
            "quote": "Love means to reach for the sky and with every breath to tear a hundred veils. Love means to step away from the ego, to open the eyes of inner vision and not to take this world so seriously. Rumi",
            "author": "Rumi",
            "likes": 730,
            "tags": [
                "ego"
            ],
            "pk": 478828,
            "image": null,
            "language": "en"
        },
        {
            "quote": "this was business.\n    \n    Eoin Colfer,\n    \n      Artemis Fowl",
            "author": "Eoin Colfer",
            "likes": 35,
            "tags": [
                "mental",
                "funny",
                "clumsy",
                "bodyguard",
                "genius",
                "fairies-leprecon"
            ],
            "pk": 54245,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Direct your attention to people; love, help, and care for them.",
            "author": "Sunday Adelaja",
            "likes": 5,
            "tags": [
                "honoring-people",
                "time",
                "god",
                "loving-people",
                "destiny",
                "care",
                "money",
                "serving-people",
                "kingdom",
                "helping-people",
                "love",
                "purpose",
                "caring-for-people",
                "people",
                "worship",
                "life",
                "work"
            ],
            "pk": 32931,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is leaving a good path, or even better, leaving no path at all. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465548,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My success is not who I am. Judith Guest",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465549,
            "image": null,
            "language": "en"
        }
    ]
}