List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=50
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=55",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=45",
    "results": [
        {
            "quote": "Slow and steady is better than fast and shaky. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465597,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You sleep on a win and you’ll wake up with a loss. Conor McGregor",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465598,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When it comes to success, there are no shortcuts. Bo Bennett",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465599,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One fails forward toward success. Charles Kettering",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465600,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be great is to be misunderstood. Ralph Waldo Emerson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465601,
            "image": null,
            "language": "en"
        }
    ]
}