List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=290
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=295",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=285",
    "results": [
        {
            "quote": "Real riches are the riches possessed inside. B. C. Forbes",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465841,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The test of our progress is not whether we add more to the abundance of those who have much; it is whether we provide enough for those who have too little. Franklin D. Roosevelt",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465842,
            "image": null,
            "language": "en"
        },
        {
            "quote": "That should be the measure of success for everyone. It’s not money, it’s not fame, it’s not celebrity; my index of success is happiness. Lupe Fiasco",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465843,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What material success does is provide you with the ability to concentrate on other things that really matter. And that is being able to make a difference, not only in your own life, but in other people’s lives. Oprah Winfrey",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465845,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Too many people spend money they earned..to buy things they don’t want..to impress people that they don’t like. Will Rogers",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465846,
            "image": null,
            "language": "en"
        }
    ]
}