List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4360
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=4365",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4355",
    "results": [
        {
            "quote": "A real man loves his wife, and places his family as the most important thing in life. Nothing has brought me more peace and content in life than simply being a good husband and father. Frank Abagnale",
            "author": "Frank Abagnale",
            "likes": 454,
            "tags": [
                "family"
            ],
            "pk": 469985,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The way you help heal the world is you start with your own family. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 68,
            "tags": [
                "family"
            ],
            "pk": 469986,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our family is just a tent away from a full-blown circus. Unknown",
            "author": "",
            "likes": 389,
            "tags": [
                "family"
            ],
            "pk": 469988,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Call it a clan, call it a network, call it a tribe, call it a family: whatever you call it, whoever you are, you need one. Jane Howard",
            "author": "Jane Howard",
            "likes": 105,
            "tags": [
                "family"
            ],
            "pk": 469989,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every family is dysfunctional, whether you want to admit it or not. Shailene Woodley",
            "author": "Shailene Woodley",
            "likes": 348,
            "tags": [
                "family"
            ],
            "pk": 469990,
            "image": null,
            "language": "en"
        }
    ]
}