List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=15
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=20",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=10",
    "results": [
        {
            "quote": "Celebrate your successes. Find some humor in your failures. Sam Walton (Walmart)",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465560,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Try not to become a man of success, but a man of value. Look around at how people want to get more out of life than they put in. A man of value will give more than he receives. Be creative, but make sure that what you create is not a curse for mankind.",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465561,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success consists of going from failure to failure without loss of enthusiasm. Winston Churchill",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465562,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have no fear of perfection – you’ll never reach it. Salvador Dali",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465563,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Winning is a habit. Unfortunately, so is losing. Vince Lombardi",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465564,
            "image": null,
            "language": "en"
        }
    ]
}