List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4810
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=4815",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4805",
    "results": [
        {
            "quote": "He in his madness prays for storms, and dreams that storms will bring him peace. Leo Tolstoy",
            "author": "Leo Tolstoy",
            "likes": 158,
            "tags": [
                "deep"
            ],
            "pk": 470457,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The passion for destruction is also a creative passion. Mikhail Bakunin",
            "author": "Mikhail Bakunin",
            "likes": 263,
            "tags": [
                "deep"
            ],
            "pk": 470458,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If it is not necessary to decide, it is necessary not to decide. Lord Acton",
            "author": "Lord Acton",
            "likes": 258,
            "tags": [
                "deep"
            ],
            "pk": 470459,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Words have no power to impress the mind without the exquisite horror of their reality. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 441,
            "tags": [
                "deep"
            ],
            "pk": 470460,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Science has not yet taught us if madness is or is not the sublimity of the intelligence. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 771,
            "tags": [
                "deep"
            ],
            "pk": 470461,
            "image": null,
            "language": "en"
        }
    ]
}