List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4915
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=4920",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4910",
    "results": [
        {
            "quote": "The wound is the place where the light enters you. Rumi",
            "author": "Rumi",
            "likes": 659,
            "tags": [
                "deep"
            ],
            "pk": 470570,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whatever purifies you is the right path. Rumi",
            "author": "Rumi",
            "likes": 174,
            "tags": [
                "deep"
            ],
            "pk": 470571,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Worrying about rejection may be the same as rejecting yourself. Kaga Kouko",
            "author": "Kaga Kouko",
            "likes": 115,
            "tags": [
                "deep"
            ],
            "pk": 470572,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Real depression is when you stop loving the things you love. Unknown",
            "author": "",
            "likes": 638,
            "tags": [
                "deep"
            ],
            "pk": 470573,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It all begins and ends in your mind. What you give power to has power over you. Leon Brown",
            "author": "Leon Brown",
            "likes": 301,
            "tags": [
                "deep"
            ],
            "pk": 470574,
            "image": null,
            "language": "en"
        }
    ]
}