List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4405
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=4410",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4400",
    "results": [
        {
            "quote": "Mix a little foolishness with your serious plans. It is lovely to be silly at the right moment. Horace",
            "author": "Horace",
            "likes": 489,
            "tags": [
                "positive"
            ],
            "pk": 470035,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One small positive thought can change your whole day. Zig Ziglar",
            "author": "Zig Ziglar",
            "likes": 426,
            "tags": [
                "positive"
            ],
            "pk": 470036,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Joy is not in things; it is in us. Richard Wagner",
            "author": "Richard Wagner",
            "likes": 114,
            "tags": [
                "positive"
            ],
            "pk": 470037,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One person can make a difference, and everyone should try. John F. Kennedy",
            "author": "Kennedy",
            "likes": 365,
            "tags": [
                "positive"
            ],
            "pk": 470038,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How high you fly is derived from how big you think. Robin Sharma",
            "author": "Robin Sharma",
            "likes": 739,
            "tags": [
                "positive"
            ],
            "pk": 470039,
            "image": null,
            "language": "en"
        }
    ]
}