List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81690
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=81695",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81685",
    "results": [
        {
            "quote": "Which one of these, if done, would render all the rest either easier or completely irrelevant?",
            "author": "",
            "likes": 52,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485928,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What might I put in place to allow me to go off the grid for 4 to 8 weeks, with no phone or email?",
            "author": "",
            "likes": 305,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485927,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Could I create a product that would scratch my own itch?",
            "author": "",
            "likes": 608,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485926,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What if I did the opposite for 48 hours?",
            "author": "",
            "likes": 284,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485925,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If I could only work 2 hours per week on my business, what would I do?",
            "author": "",
            "likes": 299,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485924,
            "image": null,
            "language": "en"
        }
    ]
}