List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4420
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=4425",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4415",
    "results": [
        {
            "quote": "Most of the important things in the world have been accomplished by people who have kept on trying when there seemed to be no hope at all. Dale Carnegie",
            "author": "Dale Carnegie",
            "likes": 641,
            "tags": [
                "positive"
            ],
            "pk": 470050,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The less you respond to negative people, the more positive your life will become. Paulo Coelho",
            "author": "Paulo Coelho",
            "likes": 236,
            "tags": [
                "positive"
            ],
            "pk": 470051,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We must embrace pain and burn it as fuel for our journey. Kenji Miyazawa",
            "author": "Kenji Miyazawa",
            "likes": 292,
            "tags": [
                "positive"
            ],
            "pk": 470052,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Little minds are tamed and subdued by misfortune; but great minds rise above them. Washington Irving",
            "author": "Washington Irving",
            "likes": 532,
            "tags": [
                "positive"
            ],
            "pk": 470053,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Change your thoughts and you change your world. Norman Vincent Peale",
            "author": "Norman Vincent Peale",
            "likes": 788,
            "tags": [
                "positive"
            ],
            "pk": 470054,
            "image": null,
            "language": "en"
        }
    ]
}