List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4540
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=4545",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4535",
    "results": [
        {
            "quote": "Perpetual optimism is a force multiplier. Colin Powell",
            "author": "Colin Powell",
            "likes": 625,
            "tags": [
                "positive"
            ],
            "pk": 470174,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Pessimism leads to weakness, optimism to power. William James",
            "author": "William James",
            "likes": 383,
            "tags": [
                "positive"
            ],
            "pk": 470175,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A positive mind finds opportunity in everything. A negative mind finds fault in everything. Unknown",
            "author": "",
            "likes": 257,
            "tags": [
                "positive"
            ],
            "pk": 470176,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be happy not because everything is good, but because you can see the good side of everything. Unknown",
            "author": "",
            "likes": 617,
            "tags": [
                "positive"
            ],
            "pk": 470177,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You must master a new way to think before you can master a new way to be. Marianne Williamson",
            "author": "Marianne Williamson",
            "likes": 226,
            "tags": [
                "positive"
            ],
            "pk": 470178,
            "image": null,
            "language": "en"
        }
    ]
}