List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=160
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=165",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=155",
    "results": [
        {
            "quote": "If you only master yourself and you don’t help anyone else, we’d call you happy, but nobody would define you as successful. Derek Sivers",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465710,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success produces confidence; confidence relaxes industry, and negligence ruins the reputation which accuracy had raised. Ben Jonson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465711,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Without continual growth and progress, such words as improvement, achievement, and success have no meaning. Benjamin Franklin",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465712,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Along with success comes a reputation for wisdom. Euripides",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465713,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Each success only buys an admission ticket to a more difficult problem. Henry A. Kissinger",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465714,
            "image": null,
            "language": "en"
        }
    ]
}