List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5070
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=5075",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5065",
    "results": [
        {
            "quote": "Keep your chin up.",
            "author": "",
            "likes": 247,
            "tags": [
                "short"
            ],
            "pk": 470736,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Follow your heart.",
            "author": "",
            "likes": 202,
            "tags": [
                "short"
            ],
            "pk": 470737,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You only live once.",
            "author": "",
            "likes": 117,
            "tags": [
                "short"
            ],
            "pk": 470738,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never stop dreaming.",
            "author": "",
            "likes": 732,
            "tags": [
                "short"
            ],
            "pk": 470739,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Now is all you have.",
            "author": "",
            "likes": 158,
            "tags": [
                "short"
            ],
            "pk": 470740,
            "image": null,
            "language": "en"
        }
    ]
}