List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5365
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=5370",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5360",
    "results": [
        {
            "quote": "You are beautiful.",
            "author": "",
            "likes": 341,
            "tags": [
                "short"
            ],
            "pk": 471053,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be beautiful your own way.",
            "author": "",
            "likes": 410,
            "tags": [
                "short"
            ],
            "pk": 471054,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is beauty in simplicity.",
            "author": "",
            "likes": 557,
            "tags": [
                "short"
            ],
            "pk": 471055,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To love beauty is to see light. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 172,
            "tags": [
                "short"
            ],
            "pk": 471056,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beauty awakens the soul to act. Dante Alighieri",
            "author": "Dante Alighieri",
            "likes": 630,
            "tags": [
                "short"
            ],
            "pk": 471057,
            "image": null,
            "language": "en"
        }
    ]
}