List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4805
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=4810",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4800",
    "results": [
        {
            "quote": "Out of all the things I have lost, I miss my mind the most. Mark Twain",
            "author": "Mark Twain",
            "likes": 143,
            "tags": [
                "deep"
            ],
            "pk": 470452,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No tree, it is said, can grow to heaven unless its roots reach down to hell. Carl Jung",
            "author": "Carl Jung",
            "likes": 734,
            "tags": [
                "deep"
            ],
            "pk": 470453,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everything we call real is made of things that cannot be regarded as real. Neils Bohr",
            "author": "Neils Bohr",
            "likes": 573,
            "tags": [
                "deep"
            ],
            "pk": 470454,
            "image": null,
            "language": "en"
        },
        {
            "quote": "God knows, I prefer people with anxieties, whose tomorrow is threatened by uncertainty. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 286,
            "tags": [
                "deep"
            ],
            "pk": 470455,
            "image": null,
            "language": "en"
        },
        {
            "quote": "All that we see or seem is but a dream within a dream. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 90,
            "tags": [
                "deep"
            ],
            "pk": 470456,
            "image": null,
            "language": "en"
        }
    ]
}