List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=20
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=25",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=15",
    "results": [
        {
            "quote": "Success is my only option, failure’s not. Eminem",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465565,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Many of life’s failures are people who did not realize how close they were to success when they gave up. Thomas Alva Edison",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465566,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The path to success is to take massive, determined action. Tony Robbins",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465567,
            "image": null,
            "language": "en"
        },
        {
            "quote": "much more than from success. We often discover what will do, by finding out what will not do; and probably he who never made a mistake never made a discovery. Samuel Smiles",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465568,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Only those who dare to fail greatly can ever achieve greatly. Robert F. Kennedy",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465569,
            "image": null,
            "language": "en"
        }
    ]
}