List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4415
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=4420",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4410",
    "results": [
        {
            "quote": "Be the light in the dark, be the calm in the storm and be at peace while at war. Mike Dolan",
            "author": "Mike Dolan",
            "likes": 192,
            "tags": [
                "positive"
            ],
            "pk": 470045,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I ask not for a lighter burden, but for broader shoulders. Jewish proverb",
            "author": "Jewish proverb",
            "likes": 307,
            "tags": [
                "positive"
            ],
            "pk": 470046,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Arise, awake and stop not till the goal is reached. Swami Vivekananda",
            "author": "Swami Vivekananda",
            "likes": 262,
            "tags": [
                "positive"
            ],
            "pk": 470047,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are far, far better things ahead than anything we leave behind. C. S. Lewis",
            "author": "Lewis",
            "likes": 585,
            "tags": [
                "positive"
            ],
            "pk": 470048,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life has no limitations, except the ones you make. Les Brown",
            "author": "Les Brown",
            "likes": 312,
            "tags": [
                "positive"
            ],
            "pk": 470049,
            "image": null,
            "language": "en"
        }
    ]
}