List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=65
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=70",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=60",
    "results": [
        {
            "quote": "Success is the sweetest revenge. Vanessa Williams",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465612,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sooner or later, those who win are those who think they can. Richard Bach",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465613,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Become so curious and obsessed with one thing that you forget everything else. Follow it, drink it, dive deep in it, master it. Remarkable results need remarkable actions. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465614,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success means having the courage, the determination, and the will to become the person you believe you were meant to be. George Sheehan",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465615,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No one who strives to bring new life to something significant should be too quick to abandon the hope that he will succeed. Robert Walser",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465616,
            "image": null,
            "language": "en"
        }
    ]
}