List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=95
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=100",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=90",
    "results": [
        {
            "quote": "Why be a king, when you can be a god? Eminem",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465642,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I’m the most successful bad player ever. Andy Roddick",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465643,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Successful people have libraries. The rest have big screen TVs. Jim Rohn",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465644,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No burden is so heavy for a man to bear as a succession of happy days. Max Planck",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465645,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is simply a matter of luck. Ask any failure. Earl Wilson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465646,
            "image": null,
            "language": "en"
        }
    ]
}