List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=525
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=530",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=520",
    "results": [
        {
            "quote": "God, grant me the serenity to accept the things I cannot change, the courage to change the things I can, and the wisdom to know the difference. Reinhold Niebuhr",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466079,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is the default state. It’s what’s there when you remove the sense that something is missing in life. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466080,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Security is when everything is settled, when nothing can happen to you; security is the denial of life. Germaine Greer",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466081,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is some kind of a sweet innocence in being human- in not having to be just happy or just sad- in the nature of being able to be both broken and whole, at the same time. C. JoyBell C.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466082,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There can be no happiness if the things we believe in are different from the things we do. Freya Stark",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466083,
            "image": null,
            "language": "en"
        }
    ]
}