List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3935
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=3940",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3930",
    "results": [
        {
            "quote": "A real friend is one who walks in when the rest of the world walks out. Walter Winchell",
            "author": "Walter Winchell",
            "likes": 738,
            "tags": [
                "friendship"
            ],
            "pk": 469536,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I would rather walk with a friend in the dark, than alone in the light. Helen Keller",
            "author": "Helen Keller",
            "likes": 654,
            "tags": [
                "friendship"
            ],
            "pk": 469537,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How distant I am from people when I am with them, and how close when they are far away. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 195,
            "tags": [
                "friendship"
            ],
            "pk": 469538,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship consists in forgetting what one gives and remembering what one receives. Alexander Dumas",
            "author": "Alexander Dumas",
            "likes": 209,
            "tags": [
                "friendship"
            ],
            "pk": 469539,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is the inexpressible comfort of feeling safe with a person, having neither to weigh thoughts nor measure words. George Eliot",
            "author": "George Eliot",
            "likes": 145,
            "tags": [
                "friendship"
            ],
            "pk": 469540,
            "image": null,
            "language": "en"
        }
    ]
}