List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5590
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=5595",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5585",
    "results": [
        {
            "quote": "How long should you try? Until. Jim Rohn",
            "author": "Jim Rohn",
            "likes": 112,
            "tags": [
                "short"
            ],
            "pk": 471283,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing worth having comes easy.",
            "author": "",
            "likes": 438,
            "tags": [
                "short"
            ],
            "pk": 471284,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I will not walk backward in life. J. R. R. Tolkien",
            "author": "Tolkien",
            "likes": 193,
            "tags": [
                "short"
            ],
            "pk": 471285,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our whole life is solving puzzles. Erno Rubik",
            "author": "Erno Rubik",
            "likes": 196,
            "tags": [
                "short"
            ],
            "pk": 471286,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The struggle is part of the story.",
            "author": "",
            "likes": 383,
            "tags": [
                "short"
            ],
            "pk": 471287,
            "image": null,
            "language": "en"
        }
    ]
}