List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=10
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=15",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=5",
    "results": [
        {
            "quote": "A minute’s success pays the failure of years. Robert Browning",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465555,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Failure is the condiment that gives success its flavor. Truman Capote",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465556,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The master has failed more times than the beginner has even tried. Stephen McCranie",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465557,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The biggest challenge after success is shutting up about it. Criss Jami (This is one of my favorite success quote.",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465558,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I do not like to repeat successes, I like to go on to other things. Walt Disney",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465559,
            "image": null,
            "language": "en"
        }
    ]
}