List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=250
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=255",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=245",
    "results": [
        {
            "quote": "Every young man would do well to remember that all successful business stands on the foundation of morality. Henry Ward Beecher",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465801,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The ability to convert ideas to things is the secret of outward success. Henry Ward Beecher",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465802,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If we go to work at 8 am and go home at 5 pm, this is not a high-tech company and Alibaba will never be successful. If we have that kind of 8-to-5 spirit, then we should just go and do something else. Jack Ma (Alibaba)",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465803,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The secret of my success is a two word answer: Know people. Harvey S. Firestone",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465804,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The doers are the major thinkers. The people that really create the things that change this industry are both the doer/thinker in one person. Steve Jobs",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465805,
            "image": null,
            "language": "en"
        }
    ]
}