List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4720
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=4725",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4715",
    "results": [
        {
            "quote": "The hardest thing to learn in life is which bridge to cross and which to burn. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 287,
            "tags": [
                "deep"
            ],
            "pk": 470360,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The man who removes a mountain begins by carrying away small stones. William Faulkner",
            "author": "William Faulkner",
            "likes": 128,
            "tags": [
                "deep"
            ],
            "pk": 470361,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Always forgive your enemies; nothing annoys them so much. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 506,
            "tags": [
                "deep"
            ],
            "pk": 470362,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I can resist anything except temptation. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 713,
            "tags": [
                "deep"
            ],
            "pk": 470363,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everyone thinks of changing the world, but no one thinks of changing himself. Leo Tolstoy",
            "author": "Leo Tolstoy",
            "likes": 139,
            "tags": [
                "deep"
            ],
            "pk": 470364,
            "image": null,
            "language": "en"
        }
    ]
}