List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=150
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=155",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=145",
    "results": [
        {
            "quote": "Success is created by doing the basics, to a high standard, consistently. Thibaut",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465699,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success comes down to choosing the pain of discipline over the ease of capitulation. Thibaut",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465700,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Are you chasing success? Chase good habits instead. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465701,
            "image": null,
            "language": "en"
        },
        {
            "quote": "“Winning” is a matter of perception. Some will check the scoreboard, others will check the progress. What are you checking? Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465702,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want to be successful, surround yourself with people who are more successful than you are, but if you want to be happy, surround yourself with people who are less successful than you are. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465703,
            "image": null,
            "language": "en"
        }
    ]
}