List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4450
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=4455",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4445",
    "results": [
        {
            "quote": "Cheerfulness is the very flower of health.",
            "author": "",
            "likes": 695,
            "tags": [
                "positive"
            ],
            "pk": 470080,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Light tomorrow with today. Elizabeth Barrett Browning",
            "author": "Elizabeth Barrett Browning",
            "likes": 78,
            "tags": [
                "positive"
            ],
            "pk": 470081,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most important thing is to stay positive. Saku Koivu",
            "author": "Saku Koivu",
            "likes": 336,
            "tags": [
                "positive"
            ],
            "pk": 470082,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One thing at a time. Most important thing first. Start now. Caroline Webb",
            "author": "Caroline Webb",
            "likes": 630,
            "tags": [
                "positive"
            ],
            "pk": 470083,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you tell yourself you feel fine, you will. Jodi Picoult",
            "author": "Jodi Picoult",
            "likes": 529,
            "tags": [
                "positive"
            ],
            "pk": 470084,
            "image": null,
            "language": "en"
        }
    ]
}