List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4080
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=4085",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4075",
    "results": [
        {
            "quote": "I often find myself saying a little prayer of thanks for you. Unknown",
            "author": "",
            "likes": 117,
            "tags": [
                "friendship"
            ],
            "pk": 469695,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let us be grateful to people who make us happy, they are the charming gardeners who make our souls blossom. Marcel Proust",
            "author": "Marcel Proust",
            "likes": 444,
            "tags": [
                "friendship"
            ],
            "pk": 469696,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship improves happiness and abates misery, by the doubling of our joy and the dividing of our grief. Cicero",
            "author": "Cicero",
            "likes": 544,
            "tags": [
                "friendship"
            ],
            "pk": 469697,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Of all the things which wisdom provides to make us entirely happy, much the greatest is the possession of friendship. Epicurus",
            "author": "Epicurus",
            "likes": 169,
            "tags": [
                "friendship"
            ],
            "pk": 469698,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friendship ought never to conceal what it thinks. Saint Jerome",
            "author": "Saint Jerome",
            "likes": 297,
            "tags": [
                "friendship"
            ],
            "pk": 469699,
            "image": null,
            "language": "en"
        }
    ]
}