List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4935
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=4940",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4930",
    "results": [
        {
            "quote": "Out of suffering have emerged the strongest souls; the most massive characters are seared with scars. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 292,
            "tags": [
                "deep"
            ],
            "pk": 470590,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Waste not fresh tears over old griefs. Euripides",
            "author": "Euripides",
            "likes": 779,
            "tags": [
                "deep"
            ],
            "pk": 470591,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Boredom: the desire for desires. Leo Tolstoy",
            "author": "Leo Tolstoy",
            "likes": 221,
            "tags": [
                "deep"
            ],
            "pk": 470592,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every poem should remind the reader that they are going to die. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 792,
            "tags": [
                "deep"
            ],
            "pk": 470595,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The risks you keep taking, the challenges you keep overcoming, are like symbolic deaths that sharpen your appreciation for life. Robert Greene",
            "author": "Robert Greene",
            "likes": 117,
            "tags": [
                "deep"
            ],
            "pk": 470597,
            "image": null,
            "language": "en"
        }
    ]
}