List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4750
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=4755",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4745",
    "results": [
        {
            "quote": "Remember your humanity, and forget the rest. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 416,
            "tags": [
                "deep"
            ],
            "pk": 470391,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is a constant process of dying. Arthur Schopenhauer",
            "author": "Arthur Schopenhauer",
            "likes": 280,
            "tags": [
                "deep"
            ],
            "pk": 470392,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The darker the night, the brighter the stars. Fyodor Dostoyevsky",
            "author": "Fyodor Dostoyevsky",
            "likes": 522,
            "tags": [
                "deep"
            ],
            "pk": 470393,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beauty will save the world. Fyodor Dostoyevsky",
            "author": "Fyodor Dostoyevsky",
            "likes": 266,
            "tags": [
                "deep"
            ],
            "pk": 470394,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing has more strength than dire necessity. Euripides",
            "author": "Euripides",
            "likes": 131,
            "tags": [
                "deep"
            ],
            "pk": 470395,
            "image": null,
            "language": "en"
        }
    ]
}