List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4335
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=4340",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4330",
    "results": [
        {
            "quote": "The ache for home lives in all of us, the safe place where we can go as we are and not be questioned. Maya Angelou",
            "author": "Maya Angelou",
            "likes": 742,
            "tags": [
                "family"
            ],
            "pk": 469960,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Home is not where you live but where they understand you. Christian Morgenstern",
            "author": "Christian Morgenstern",
            "likes": 290,
            "tags": [
                "family"
            ],
            "pk": 469961,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friends are the family you choose. Jess C. Scott",
            "author": "Scott",
            "likes": 447,
            "tags": [
                "family"
            ],
            "pk": 469962,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The single most important factor in our long-term happiness is the relationships we have with our family and close friends. Clayton Christensen",
            "author": "Clayton Christensen",
            "likes": 730,
            "tags": [
                "family"
            ],
            "pk": 469963,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Going home and spending time with your family and your real friends keeps you grounded. Jennifer Ellison",
            "author": "Jennifer Ellison",
            "likes": 567,
            "tags": [
                "family"
            ],
            "pk": 469964,
            "image": null,
            "language": "en"
        }
    ]
}