List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4830
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=4835",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4825",
    "results": [
        {
            "quote": "Life is nothing but a competition to be the criminal rather than the victim. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 421,
            "tags": [
                "deep"
            ],
            "pk": 470478,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The public is wonderfully tolerant. It forgives everything except genius. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 613,
            "tags": [
                "deep"
            ],
            "pk": 470479,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I am not young enough to know everything. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 646,
            "tags": [
                "deep"
            ],
            "pk": 470480,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Better a cruel truth than a comfortable delusion. Edward Abbey",
            "author": "Edward Abbey",
            "likes": 321,
            "tags": [
                "deep"
            ],
            "pk": 470481,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Common sense is in spite of, not the result of, education. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 723,
            "tags": [
                "deep"
            ],
            "pk": 470482,
            "image": null,
            "language": "en"
        }
    ]
}