List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3860
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=3865",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3855",
    "results": [
        {
            "quote": "I think the reward for conformity is that everyone likes you except yourself. Rita Mae Brown",
            "author": "Rita Mae Brown",
            "likes": 750,
            "tags": [
                "kindness"
            ],
            "pk": 469438,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beautify your inner dialogue. Beautify your inner world with love light and compassion. Life will be beautiful. Amit Ray",
            "author": "Amit Ray",
            "likes": 204,
            "tags": [
                "kindness"
            ],
            "pk": 469439,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If your compassion does not include yourself, it is incomplete. Jack Kornfield",
            "author": "Jack Kornfield",
            "likes": 290,
            "tags": [
                "kindness"
            ],
            "pk": 469440,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sanctify yourself and you will sanctify society. Francis of Assisi",
            "author": "Francis of Assisi",
            "likes": 761,
            "tags": [
                "kindness"
            ],
            "pk": 469441,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The privilege of a lifetime is being who you are. Joseph campbell",
            "author": "Joseph campbell",
            "likes": 183,
            "tags": [
                "kindness"
            ],
            "pk": 469442,
            "image": null,
            "language": "en"
        }
    ]
}