List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=35
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=40",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=30",
    "results": [
        {
            "quote": "Success is a lousy teacher. It seduces smart people into thinking they can’t lose. Bill Gates (Microsoft)",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465580,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success in life comes not from holding a good hand, but in playing a poor hand well. Denis Waitley",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465581,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is not forever and failure isn’t fatal. Don Shula",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465582,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best revenge is massive success. Frank Sinatra",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465583,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The secret of success is to do the common things uncommonly well. John D. Rockefeller",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465584,
            "image": null,
            "language": "en"
        }
    ]
}