List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4455
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=4460",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4450",
    "results": [
        {
            "quote": "Keep calm and keep learning. Lailah Gifty Akita",
            "author": "Lailah Gifty Akita",
            "likes": 356,
            "tags": [
                "positive"
            ],
            "pk": 470085,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I am not a product of my circumstances. I am a product of my decisions. Stephen R. Covey",
            "author": "Covey",
            "likes": 686,
            "tags": [
                "positive"
            ],
            "pk": 470086,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We are limited, but we can push back the borders of our limitations. Stephen R. Covey",
            "author": "Covey",
            "likes": 385,
            "tags": [
                "positive"
            ],
            "pk": 470087,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want it and expect it, it will be yours very soon. Esther Hicks",
            "author": "Esther Hicks",
            "likes": 531,
            "tags": [
                "positive"
            ],
            "pk": 470088,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The beginning is the most important part of any work. Plato",
            "author": "Plato",
            "likes": 673,
            "tags": [
                "positive"
            ],
            "pk": 470089,
            "image": null,
            "language": "en"
        }
    ]
}