List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5410
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=5415",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5405",
    "results": [
        {
            "quote": "Simplicity is the soul of efficiency. Austin Freeman",
            "author": "Austin Freeman",
            "likes": 402,
            "tags": [
                "short"
            ],
            "pk": 471099,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Once you need less, you will have more.",
            "author": "",
            "likes": 285,
            "tags": [
                "short"
            ],
            "pk": 471100,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I make myself rich by making my wants few. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 189,
            "tags": [
                "short"
            ],
            "pk": 471101,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Owning less is better than organizing more. Joshua Becker",
            "author": "Joshua Becker",
            "likes": 275,
            "tags": [
                "short"
            ],
            "pk": 471102,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He is richest who is content with the least. Socrates",
            "author": "Socrates",
            "likes": 131,
            "tags": [
                "short"
            ],
            "pk": 471103,
            "image": null,
            "language": "en"
        }
    ]
}