List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4065
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=4070",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4060",
    "results": [
        {
            "quote": "The greatest gift of life is friendship, and I have received it. Hubert H. Humphrey",
            "author": "Humphrey",
            "likes": 190,
            "tags": [
                "friendship"
            ],
            "pk": 469680,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Associate yourself with people of good quality, for it is better to be alone than in bad company. Booker T. Washington",
            "author": "Washington",
            "likes": 677,
            "tags": [
                "friendship"
            ],
            "pk": 469681,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Throw your dreams into space like a kite, and you do not know what it will bring back: a new life, a new friend, a new love, a new country. Anais Nin",
            "author": "Anais Nin",
            "likes": 714,
            "tags": [
                "friendship"
            ],
            "pk": 469682,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We must reach out our hand in friendship and dignity both to those who would befriend us and those who would be our enemy. Arthur Ashe",
            "author": "Arthur Ashe",
            "likes": 137,
            "tags": [
                "friendship"
            ],
            "pk": 469683,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If one is estranged from oneself, then one is estranged from others too. If one is out of touch with oneself, then one cannot touch others. Anne Morrow Lindbergh",
            "author": "Anne Morrow Lindbergh",
            "likes": 372,
            "tags": [
                "friendship"
            ],
            "pk": 469684,
            "image": null,
            "language": "en"
        }
    ]
}