List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81680
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=81685",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81675",
    "results": [
        {
            "quote": "What would this look like if it were easy?",
            "author": "",
            "likes": 404,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485938,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Am I having a breakdown or a breakthrough?",
            "author": "",
            "likes": 755,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485937,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What if I could only subtract to solve problems?",
            "author": "",
            "likes": 358,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485936,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In the midst of overwhelm, is life not showing me exactly what I should subtract?",
            "author": "",
            "likes": 176,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485935,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If not now, when? If left at the status quo, what will your life and stress look like in six months? In one year? In three years? Who around you will also suffer?",
            "author": "",
            "likes": 201,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485934,
            "image": null,
            "language": "en"
        }
    ]
}