List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4955
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4960",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4950",
    "results": [
        {
            "quote": "The trouble is not in dying for a friend, but in finding a friend worth dying for. Mark Twain",
            "author": "Mark Twain",
            "likes": 346,
            "tags": [
                "deep"
            ],
            "pk": 470618,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never lose hope, my heart. Miracles dwell in the invisible. Rumi",
            "author": "Rumi",
            "likes": 283,
            "tags": [
                "deep"
            ],
            "pk": 470619,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The need for certainty is the greatest disease the mind faces. Robert Greene",
            "author": "Robert Greene",
            "likes": 407,
            "tags": [
                "deep"
            ],
            "pk": 470620,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We are saved by faith alone, but the faith that saves is never alone. Martin Luther",
            "author": "Martin Luther",
            "likes": 234,
            "tags": [
                "deep"
            ],
            "pk": 470621,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No prayer is complete without presence. Rumi",
            "author": "Rumi",
            "likes": 574,
            "tags": [
                "deep"
            ],
            "pk": 470622,
            "image": null,
            "language": "en"
        }
    ]
}