List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4695
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=4700",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4690",
    "results": [
        {
            "quote": "To be truly positive in the eyes of some, you have to risk appearing negative in the eyes of others. Criss Jami",
            "author": "Criss Jami",
            "likes": 511,
            "tags": [
                "deep"
            ],
            "pk": 470331,
            "image": null,
            "language": "en"
        },
        {
            "quote": "God is a comedian playing to an audience too afraid to laugh. Voltaire",
            "author": "Voltaire",
            "likes": 484,
            "tags": [
                "deep"
            ],
            "pk": 470332,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Take time like the river that never grows stale. Keep going and steady. No hurry, no rush. Rumi",
            "author": "Rumi",
            "likes": 615,
            "tags": [
                "deep"
            ],
            "pk": 470333,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Maybe you are searching among the branches, for what only appears in the roots. Rumi",
            "author": "Rumi",
            "likes": 388,
            "tags": [
                "deep"
            ],
            "pk": 470334,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not be lured by the need to be liked: better to be respected, even feared. Robert Greene",
            "author": "Robert Greene",
            "likes": 601,
            "tags": [
                "deep"
            ],
            "pk": 470335,
            "image": null,
            "language": "en"
        }
    ]
}