List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5405
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=5410",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5400",
    "results": [
        {
            "quote": "Buy less, choose well. Vivienne Westwood",
            "author": "Vivienne Westwood",
            "likes": 608,
            "tags": [
                "short"
            ],
            "pk": 471094,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do more of what matters. Anthony Ongaro",
            "author": "Anthony Ongaro",
            "likes": 443,
            "tags": [
                "short"
            ],
            "pk": 471095,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fewer things. More peace.",
            "author": "",
            "likes": 232,
            "tags": [
                "short"
            ],
            "pk": 471096,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Brevity is the soul of wit. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 152,
            "tags": [
                "short"
            ],
            "pk": 471097,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stop the glorification of busy.",
            "author": "",
            "likes": 75,
            "tags": [
                "short"
            ],
            "pk": 471098,
            "image": null,
            "language": "en"
        }
    ]
}