List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5385
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=5390",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5380",
    "results": [
        {
            "quote": "Time is all we have.",
            "author": "",
            "likes": 304,
            "tags": [
                "short"
            ],
            "pk": 471074,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Good things take time.",
            "author": "",
            "likes": 653,
            "tags": [
                "short"
            ],
            "pk": 471075,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Time eases all things. Sophocles",
            "author": "Sophocles",
            "likes": 352,
            "tags": [
                "short"
            ],
            "pk": 471076,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Lost time is never found again. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 399,
            "tags": [
                "short"
            ],
            "pk": 471077,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Time brings all things to pass. Aeschylus",
            "author": "Aeschylus",
            "likes": 227,
            "tags": [
                "short"
            ],
            "pk": 471078,
            "image": null,
            "language": "en"
        }
    ]
}