List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4075
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=4080",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4070",
    "results": [
        {
            "quote": "How lucky I am to have something that makes saying goodbye so hard. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 614,
            "tags": [
                "friendship"
            ],
            "pk": 469690,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friends are medicine for a wounded heart and vitamins for a hopeful soul. Steve Maraboli",
            "author": "Steve Maraboli",
            "likes": 630,
            "tags": [
                "friendship"
            ],
            "pk": 469691,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is the purest love. It is the highest form of love where nothing is asked for, no condition, where one simply enjoys giving. Osho",
            "author": "Osho",
            "likes": 130,
            "tags": [
                "friendship"
            ],
            "pk": 469692,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I always felt that the great high privilege, relief and comfort of friendship was that one had to explain nothing. Katherine Mansfield",
            "author": "Katherine Mansfield",
            "likes": 104,
            "tags": [
                "friendship"
            ],
            "pk": 469693,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The sharing of joy, whether physical, emotional, psychic, or intellectual, forms a bridge between the sharers which can be the basis for understanding much of what is not shared between them, and lessens the threat of their difference. Audre Lorde",
            "author": "Audre Lorde",
            "likes": 485,
            "tags": [
                "friendship"
            ],
            "pk": 469694,
            "image": null,
            "language": "en"
        }
    ]
}