List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4615
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=4620",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4610",
    "results": [
        {
            "quote": "Small opportunities are often the beginning of great enterprises. Demosthenes",
            "author": "Demosthenes",
            "likes": 286,
            "tags": [
                "positive"
            ],
            "pk": 470251,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Work banishes those three great evils, boredom, vice, and poverty. Voltaire",
            "author": "Voltaire",
            "likes": 483,
            "tags": [
                "positive"
            ],
            "pk": 470252,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Laziness may appear attractive, but work gives satisfaction. Anne Frank",
            "author": "Anne Frank",
            "likes": 129,
            "tags": [
                "positive"
            ],
            "pk": 470253,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A positive attitude will have positive results because attitudes are contagious. Zig Ziglar",
            "author": "Zig Ziglar",
            "likes": 495,
            "tags": [
                "positive"
            ],
            "pk": 470254,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How hard you work matters more than how much you make. Michelle Obama",
            "author": "Michelle Obama",
            "likes": 213,
            "tags": [
                "positive"
            ],
            "pk": 470256,
            "image": null,
            "language": "en"
        }
    ]
}