List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4745
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=4750",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4740",
    "results": [
        {
            "quote": "The merit of all things lies in their difficulty. Alexandre Dumas",
            "author": "Alexandre Dumas",
            "likes": 470,
            "tags": [
                "deep"
            ],
            "pk": 470386,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The deeper thought is, the taller it becomes. Dejan Stojanovic",
            "author": "Dejan Stojanovic",
            "likes": 705,
            "tags": [
                "deep"
            ],
            "pk": 470387,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Close both eyes to see with the other eye. Rumi",
            "author": "Rumi",
            "likes": 705,
            "tags": [
                "deep"
            ],
            "pk": 470388,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Of all lies, art is the least untrue. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 361,
            "tags": [
                "deep"
            ],
            "pk": 470389,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Leave no stone unturned. Euripides",
            "author": "Euripides",
            "likes": 160,
            "tags": [
                "deep"
            ],
            "pk": 470390,
            "image": null,
            "language": "en"
        }
    ]
}