List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=165
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=170",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=160",
    "results": [
        {
            "quote": "It is not the possession of truth, but the success which attends the seeking after it, that enriches the seeker and brings happiness to him. Max Planck",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465715,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You know you are on the road to success if you would do your job, and not be paid for it. Oprah Winfrey",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465716,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is dangerous. One begins to copy oneself, and to copy oneself is more dangerous than to copy others. It leads to sterility. Pablo Picasso",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465717,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The season of failure is the best time for sowing the seeds of success. Paramahansa Yogananda",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465718,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have had all of the disadvantages required for success. Larry Ellison",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465719,
            "image": null,
            "language": "en"
        }
    ]
}