List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=40
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=45",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=35",
    "results": [
        {
            "quote": "and the success is sure. Mark Twain",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465585,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is liking yourself, liking what you do, and liking how you do it. Maya Angelou",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465586,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Money won’t create success, the freedom to make it will. Nelson Mandela",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465587,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you’re going through hell, keep going. Winston Churchill",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465589,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To succeed, we must first believe that we can. Michael Korda",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465591,
            "image": null,
            "language": "en"
        }
    ]
}