List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4645
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=4650",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4640",
    "results": [
        {
            "quote": "Your life does not get better by chance, it gets better by change. Jim Rohn",
            "author": "Jim Rohn",
            "likes": 391,
            "tags": [
                "positive"
            ],
            "pk": 470282,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are one decision away from a totally different life. Mark Batterson",
            "author": "Mark Batterson",
            "likes": 209,
            "tags": [
                "positive"
            ],
            "pk": 470283,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why fit in when you were born to stand out? Dr. Seuss",
            "author": "Seuss",
            "likes": 390,
            "tags": [
                "positive"
            ],
            "pk": 470284,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Difficult roads often lead to beautiful destinations. Zig Ziglar",
            "author": "Zig Ziglar",
            "likes": 230,
            "tags": [
                "positive"
            ],
            "pk": 470285,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you fell down yesterday, stand up today. H.G. Wells",
            "author": "Wells",
            "likes": 101,
            "tags": [
                "positive"
            ],
            "pk": 470286,
            "image": null,
            "language": "en"
        }
    ]
}