List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4070
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=4075",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4065",
    "results": [
        {
            "quote": "There is a magnet in your heart that will attract true friends. That magnet is unselfishness, thinking of others first; when you learn to live for others, they will live for you. Paramahansa Yogananda",
            "author": "Paramahansa Yogananda",
            "likes": 459,
            "tags": [
                "friendship"
            ],
            "pk": 469685,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship without self-interest is one of the rare and beautiful things of life. James F. Byrnes",
            "author": "Byrnes",
            "likes": 532,
            "tags": [
                "friendship"
            ],
            "pk": 469686,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In the sweetness of friendship let there be laughter, and sharing of pleasures. For in the dew of little things the heart finds its morning and is refreshed. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 475,
            "tags": [
                "friendship"
            ],
            "pk": 469687,
            "image": null,
            "language": "en"
        },
        {
            "quote": "That friendship will not continue to the end which is begun for an end. Francis Quarles",
            "author": "Francis Quarles",
            "likes": 147,
            "tags": [
                "friendship"
            ],
            "pk": 469688,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is an awful, ugly place to not have a best friend. Sarah Dessen",
            "author": "Sarah Dessen",
            "likes": 469,
            "tags": [
                "friendship"
            ],
            "pk": 469689,
            "image": null,
            "language": "en"
        }
    ]
}