List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4605
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=4610",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4600",
    "results": [
        {
            "quote": "It is said that the darkest hour of the night comes just before the dawn. Thomas Fuller",
            "author": "Thomas Fuller",
            "likes": 633,
            "tags": [
                "positive"
            ],
            "pk": 470241,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The greatest griefs are those we cause ourselves. Sophocles",
            "author": "Sophocles",
            "likes": 542,
            "tags": [
                "positive"
            ],
            "pk": 470242,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Negativity is cannibalistic. The more you feed it, the bigger and stronger it grows. Bobby Darnell",
            "author": "Bobby Darnell",
            "likes": 798,
            "tags": [
                "positive"
            ],
            "pk": 470243,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not consider painful what is good for you. Euripides",
            "author": "Euripides",
            "likes": 131,
            "tags": [
                "positive"
            ],
            "pk": 470244,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Pleasure in the job puts perfection in the work. Aristotle",
            "author": "Aristotle",
            "likes": 125,
            "tags": [
                "positive"
            ],
            "pk": 470245,
            "image": null,
            "language": "en"
        }
    ]
}