List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4470
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=4475",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4465",
    "results": [
        {
            "quote": "The road to success is always under construction. Lily Tomlin",
            "author": "Lily Tomlin",
            "likes": 596,
            "tags": [
                "positive"
            ],
            "pk": 470101,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fall seven times, stand up eight. Japanese proverb",
            "author": "Japanese proverb",
            "likes": 206,
            "tags": [
                "positive"
            ],
            "pk": 470102,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Learn from yesterday, live for today, look to tomorrow, rest this afternoon. Charlie Brown",
            "author": "Charlie Brown",
            "likes": 592,
            "tags": [
                "positive"
            ],
            "pk": 470103,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no angry way to say bubbles. Unknown",
            "author": "",
            "likes": 699,
            "tags": [
                "positive"
            ],
            "pk": 470104,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Big shots are only little shots who keep shooting. Christopher Morley",
            "author": "Christopher Morley",
            "likes": 71,
            "tags": [
                "positive"
            ],
            "pk": 470105,
            "image": null,
            "language": "en"
        }
    ]
}