List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4685
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=4690",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4680",
    "results": [
        {
            "quote": "To pay attention, this is our endless and proper work. Mary Oliver",
            "author": "Mary Oliver",
            "likes": 551,
            "tags": [
                "deep"
            ],
            "pk": 470321,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be regular and orderly in your life, so that you may be violent and original in your work. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 788,
            "tags": [
                "deep"
            ],
            "pk": 470322,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Most people would sooner die than think; in fact, they do so. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 521,
            "tags": [
                "deep"
            ],
            "pk": 470323,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who is untrue to his own cause cannot command the respect of others. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 533,
            "tags": [
                "deep"
            ],
            "pk": 470324,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your pain is the breaking of the shell that encloses your understanding. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 557,
            "tags": [
                "deep"
            ],
            "pk": 470325,
            "image": null,
            "language": "en"
        }
    ]
}