List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4430
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=4435",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4425",
    "results": [
        {
            "quote": "The positive thinker sees the invisible, feels the intangible, and achieves the impossible. Winston Churchill",
            "author": "Winston Churchill",
            "likes": 679,
            "tags": [
                "positive"
            ],
            "pk": 470060,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The pessimist sees difficulty in every opportunity. The optimist sees the opportunity in every difficulty. Winston Churchill",
            "author": "Winston Churchill",
            "likes": 214,
            "tags": [
                "positive"
            ],
            "pk": 470061,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Dwell on the beauty of life. Watch the stars, and see yourself running with them. Marcus Aurelius",
            "author": "Marcus Aurelius",
            "likes": 360,
            "tags": [
                "positive"
            ],
            "pk": 470062,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The future belongs to those who believe in the beauty of their dreams. Eleanor Roosevelt",
            "author": "Eleanor Roosevelt",
            "likes": 270,
            "tags": [
                "positive"
            ],
            "pk": 470063,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Believe that life is worth living and your belief will help create the fact. William James",
            "author": "William James",
            "likes": 81,
            "tags": [
                "positive"
            ],
            "pk": 470064,
            "image": null,
            "language": "en"
        }
    ]
}