List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3850
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=3855",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3845",
    "results": [
        {
            "quote": "To be kind to others, be kind to yourself first. wisdomquotes.com",
            "author": "com",
            "likes": 291,
            "tags": [
                "kindness"
            ],
            "pk": 469428,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Kindness is a reflection of who you are. Unknown",
            "author": "",
            "likes": 195,
            "tags": [
                "kindness"
            ],
            "pk": 469429,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You yourself, as much as anybody in the entire universe, deserve your love and affection. Sharon Salzberg",
            "author": "Sharon Salzberg",
            "likes": 361,
            "tags": [
                "kindness"
            ],
            "pk": 469430,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wanting to be someone else is a waste of the person you are. Marilyn Monroe",
            "author": "Marilyn Monroe",
            "likes": 682,
            "tags": [
                "kindness"
            ],
            "pk": 469431,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The worst loneliness is to not be comfortable with yourself. Mark Twain",
            "author": "Mark Twain",
            "likes": 425,
            "tags": [
                "kindness"
            ],
            "pk": 469432,
            "image": null,
            "language": "en"
        }
    ]
}