List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5065
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=5070",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5060",
    "results": [
        {
            "quote": "Choose to shine.",
            "author": "",
            "likes": 514,
            "tags": [
                "short"
            ],
            "pk": 470731,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No pain, no gain.",
            "author": "",
            "likes": 200,
            "tags": [
                "short"
            ],
            "pk": 470732,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do it. With love.",
            "author": "",
            "likes": 466,
            "tags": [
                "short"
            ],
            "pk": 470733,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is what it is.",
            "author": "",
            "likes": 213,
            "tags": [
                "short"
            ],
            "pk": 470734,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love conquers all.",
            "author": "",
            "likes": 469,
            "tags": [
                "short"
            ],
            "pk": 470735,
            "image": null,
            "language": "en"
        }
    ]
}