List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81685
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81690",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81680",
    "results": [
        {
            "quote": "Could it be that everything is fine and complete as is?",
            "author": "",
            "likes": 227,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485933,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do I need to make it back the way I lost it?",
            "author": "",
            "likes": 597,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485932,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What if I created my own real-world MBA?",
            "author": "",
            "likes": 610,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485931,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What are the worst things that could happen?",
            "author": "",
            "likes": 679,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485930,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What if I let them make decisions up to $100? $500? $1,000?",
            "author": "",
            "likes": 608,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485929,
            "image": null,
            "language": "en"
        }
    ]
}