List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5415
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=5420",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5410",
    "results": [
        {
            "quote": "Learn to say no without explaining yourself.",
            "author": "",
            "likes": 713,
            "tags": [
                "short"
            ],
            "pk": 471104,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who is rich? He that rejoices in his portion. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 664,
            "tags": [
                "short"
            ],
            "pk": 471105,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Owning less is great, wanting less is better. Joshua Becker",
            "author": "Joshua Becker",
            "likes": 395,
            "tags": [
                "short"
            ],
            "pk": 471106,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Someone else is happy with less than you have.",
            "author": "",
            "likes": 404,
            "tags": [
                "short"
            ],
            "pk": 471107,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A place for everything, everything in its place. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 612,
            "tags": [
                "short"
            ],
            "pk": 471108,
            "image": null,
            "language": "en"
        }
    ]
}