List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=230
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=235",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=225",
    "results": [
        {
            "quote": "Despite the successes, you remember the failures – rather lovingly. Harold Prince",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465781,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I think success has no rules, but you can learn a great deal from failure. Jean Kerr",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465782,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The road to success is always under construction. Lily Tomlin",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465783,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Before success comes in any man’s life, he’s sure to meet with much temporary defeat and, perhaps some failures. When defeat overtakes a man, the easiest and the most logical thing to do is to quit. That’s exactly what the majority of men do. Napoleon Hill",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465784,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No man ever achieved worth-while success who did not, at one time or other, find himself with at least one foot hanging well over the brink of failure. Napoleon Hill",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465785,
            "image": null,
            "language": "en"
        }
    ]
}