List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=350
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=355",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=345",
    "results": [
        {
            "quote": "Success is the progressive realization of predetermined, worthwhile, personal goals. Paul J. Meyer",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465902,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success in anything is through happiness. Maharishi Mahesh Yogi",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465903,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Modesty should be typical of the success of a champion. Major Taylor",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465904,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I think people often confuse success with fame and stardom. Brenda Blethyn",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465905,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We must do our work for its own sake, not for fortune or attention or applause. Steven Pressfield",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465906,
            "image": null,
            "language": "en"
        }
    ]
}