List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5235
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=5240",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5230",
    "results": [
        {
            "quote": "Why fit in when you were born to stand out? Dr. Seuss",
            "author": "Seuss",
            "likes": 212,
            "tags": [
                "short"
            ],
            "pk": 470914,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Personal love is concentrated universal love. Maharishi Mahesh Yogi",
            "author": "Maharishi Mahesh Yogi",
            "likes": 239,
            "tags": [
                "short"
            ],
            "pk": 470915,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are not designed for everyone to like you.",
            "author": "",
            "likes": 754,
            "tags": [
                "short"
            ],
            "pk": 470916,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beauty begins the moment you decide to be yourself. Coco Chanel",
            "author": "Coco Chanel",
            "likes": 139,
            "tags": [
                "short"
            ],
            "pk": 470917,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wanting to be someone else is a waste of who you are. Kurt Cobain",
            "author": "Kurt Cobain",
            "likes": 749,
            "tags": [
                "short"
            ],
            "pk": 470918,
            "image": null,
            "language": "en"
        }
    ]
}