List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4490
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=4495",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4485",
    "results": [
        {
            "quote": "When everything seems to be going against you, remember that the airplane takes off against the wind, not with it. Henry Ford",
            "author": "Henry Ford",
            "likes": 668,
            "tags": [
                "positive"
            ],
            "pk": 470121,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The harder the struggle, the more glorious the triumph. Self-realization demands very great struggle. Swami Sivananda",
            "author": "Swami Sivananda",
            "likes": 278,
            "tags": [
                "positive"
            ],
            "pk": 470122,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For a tree to become tall it must grow tough roots among the rocks. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 369,
            "tags": [
                "positive"
            ],
            "pk": 470123,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not let what you cannot do interfere with what you can do. John Wooden",
            "author": "John Wooden",
            "likes": 493,
            "tags": [
                "positive"
            ],
            "pk": 470124,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One joy scatters a hundred griefs. Chinese proverb",
            "author": "Chinese proverb",
            "likes": 309,
            "tags": [
                "positive"
            ],
            "pk": 470126,
            "image": null,
            "language": "en"
        }
    ]
}