List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4535
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=4540",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4530",
    "results": [
        {
            "quote": "Learn how to be happy with what you have while you pursue all that you want. Jim Rohn",
            "author": "Jim Rohn",
            "likes": 759,
            "tags": [
                "positive"
            ],
            "pk": 470169,
            "image": null,
            "language": "en"
        },
        {
            "quote": "From there to here, and here to there, funny things are everywhere. Dr. Seuss",
            "author": "Seuss",
            "likes": 610,
            "tags": [
                "positive"
            ],
            "pk": 470170,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Count your blessings, not your problems. Zig Ziglar",
            "author": "Zig Ziglar",
            "likes": 106,
            "tags": [
                "positive"
            ],
            "pk": 470171,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Become the most positive and enthusiastic person you know. Zig Ziglar",
            "author": "Zig Ziglar",
            "likes": 350,
            "tags": [
                "positive"
            ],
            "pk": 470172,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be the attitude you want to be around. Tim DeTellis",
            "author": "Tim DeTellis",
            "likes": 371,
            "tags": [
                "positive"
            ],
            "pk": 470173,
            "image": null,
            "language": "en"
        }
    ]
}