List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=185
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=190",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=180",
    "results": [
        {
            "quote": "Often it’s the little, daily decisions – the ones you make hour by hour – that mean the difference between success and failure. Mary Kay Ash",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465735,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We reveal our joys and successes, we conceal our pain. Jesse Jackson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465736,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I gave up a lot of things in exchange for my success. Billy Sheehan",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465737,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success comes from curiosity, concentration, perseverance and self-criticism. Albert Einstein",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465738,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I’m not one of those people who thinks they simply deserve success. I have the drive to work. Bridget Moynahan",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465739,
            "image": null,
            "language": "en"
        }
    ]
}