List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=45
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=50",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=40",
    "results": [
        {
            "quote": "To fly, we have to have resistance. Maya Lin",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465592,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Climb the mountain so you can see the world, not so the world can see you. Unknown",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465593,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing fails like success. Alan Watts",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465594,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Measure your success according to fun and",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465595,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Applause waits on success. Benjamin Franklin",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465596,
            "image": null,
            "language": "en"
        }
    ]
}