List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4610
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=4615",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4605",
    "results": [
        {
            "quote": "The harder you work, the luckier you get. Mike Adenuga",
            "author": "Mike Adenuga",
            "likes": 417,
            "tags": [
                "positive"
            ],
            "pk": 470246,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People who are crazy enough to think they can change the world, are the ones who do. Steve Jobs",
            "author": "Steve Jobs",
            "likes": 357,
            "tags": [
                "positive"
            ],
            "pk": 470247,
            "image": null,
            "language": "en"
        },
        {
            "quote": "All you need is the plan, the road map, and the courage to press on to your destination. Earl Nightingale",
            "author": "Earl Nightingale",
            "likes": 341,
            "tags": [
                "positive"
            ],
            "pk": 470248,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your smile is your logo, your personality is your business card, how you leave others feeling after having an experience with you becomes your trademark. Jay Danzie",
            "author": "Jay Danzie",
            "likes": 494,
            "tags": [
                "positive"
            ],
            "pk": 470249,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To build a successful business, you must start small and dream big. In the journey of entrepreneurship, tenacity of purpose is supreme. Aliko Dangote",
            "author": "Aliko Dangote",
            "likes": 445,
            "tags": [
                "positive"
            ],
            "pk": 470250,
            "image": null,
            "language": "en"
        }
    ]
}