List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4660
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=4665",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4655",
    "results": [
        {
            "quote": "If I persist long enough I will win. Og Mandino",
            "author": "Og Mandino",
            "likes": 362,
            "tags": [
                "positive"
            ],
            "pk": 470297,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Focus on your potential instead of your limitations. Alan Loy McGinnis",
            "author": "Alan Loy McGinnis",
            "likes": 537,
            "tags": [
                "positive"
            ],
            "pk": 470298,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only place where your dream becomes impossible is in your own thinking. Robert H Schuller",
            "author": "Robert H Schuller",
            "likes": 792,
            "tags": [
                "positive"
            ],
            "pk": 470299,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Virtually nothing is impossible in this world if you just put your mind to it and maintain a positive attitude. Lou Holtz",
            "author": "Lou Holtz",
            "likes": 506,
            "tags": [
                "positive"
            ],
            "pk": 470300,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our beliefs about what we are and what we can be precisely determine what we can be. Tony Robbins",
            "author": "Tony Robbins",
            "likes": 632,
            "tags": [
                "positive"
            ],
            "pk": 470301,
            "image": null,
            "language": "en"
        }
    ]
}