List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4620
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=4625",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4615",
    "results": [
        {
            "quote": "The more you drive positive change, the more enhanced your business model. Anand Mahindra",
            "author": "Anand Mahindra",
            "likes": 314,
            "tags": [
                "positive"
            ],
            "pk": 470257,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you are inspired in your work, everything seems to fall into place. Wayne Dyer",
            "author": "Wayne Dyer",
            "likes": 471,
            "tags": [
                "positive"
            ],
            "pk": 470258,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our work is the presentation of our capabilities. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 154,
            "tags": [
                "positive"
            ],
            "pk": 470259,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Real success is finding your lifework in the work that you love. David McCullough",
            "author": "David McCullough",
            "likes": 695,
            "tags": [
                "positive"
            ],
            "pk": 470260,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We get what we want when we stay focused and do the work. Barbara Lucas",
            "author": "Barbara Lucas",
            "likes": 514,
            "tags": [
                "positive"
            ],
            "pk": 470261,
            "image": null,
            "language": "en"
        }
    ]
}