List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=90
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=95",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=85",
    "results": [
        {
            "quote": "The most glorious moments in your life are not the so-called days of success, but rather those days when out of dejection and despair you feel rise in you a challenge to life, and the promise of future accomplishments. Gustave Flaubert",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465637,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our best successes often come after our greatest disappointments. Henry Ward Beecher",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465638,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is the child of drudgery and perseverance. It cannot be coaxed or bribed; pay the price and it is yours. Orison Swett Marden",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465639,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is a science; if you have the conditions, you get the result. Oscar Wilde",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465640,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Ambition is the path to success. Persistence is the vehicle you arrive in. Bill Bradley",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465641,
            "image": null,
            "language": "en"
        }
    ]
}