List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4875
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=4880",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4870",
    "results": [
        {
            "quote": "Hate is easy. Love takes courage. Unknown",
            "author": "",
            "likes": 279,
            "tags": [
                "deep"
            ],
            "pk": 470525,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I love you with so much of my heart that none is left to protest. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 396,
            "tags": [
                "deep"
            ],
            "pk": 470526,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When love prevails, fear departs. Rumi",
            "author": "Rumi",
            "likes": 135,
            "tags": [
                "deep"
            ],
            "pk": 470527,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The soul lives there in the silent breath. Rumi",
            "author": "Rumi",
            "likes": 791,
            "tags": [
                "deep"
            ],
            "pk": 470528,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To die is nothing; but it is terrible not to live. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 606,
            "tags": [
                "deep"
            ],
            "pk": 470529,
            "image": null,
            "language": "en"
        }
    ]
}