List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=355
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=360",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=350",
    "results": [
        {
            "quote": "Success is simple. Do what’s right, the right way, at the right time. Arnold H. Glasow",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465907,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Six essential qualities that are the key to success: Sincerity, personal integrity, humility, courtesy, wisdom, charity. William Menninger",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465908,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is not the key to happiness. Happiness is the key to success. If you love what you are doing,",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465909,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration. Evan Esar",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465911,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no scientific answer for success. You can’t define it. You’ve simply got to live it and do it. Anita Roddick",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465912,
            "image": null,
            "language": "en"
        }
    ]
}