List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=235
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=240",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=230",
    "results": [
        {
            "quote": "Success is not built on success. It’s built on failure. It’s built on frustration. Sometimes it’s built on catastrophe. Navjot Singh Sidhu",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465786,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Once you can accept failure, you can have fun and success. Rickey Henderson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465787,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Small opportunities are often the beginning of great enterprises. Demosthenes",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465788,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something. Franklin D. Roosevelt",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465789,
            "image": null,
            "language": "en"
        },
        {
            "quote": "than your competition is your only sustainable competitive advantage. Arie De Gues",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465790,
            "image": null,
            "language": "en"
        }
    ]
}