List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4445
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=4450",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4440",
    "results": [
        {
            "quote": "Keep a smile on your face. Keep a spring in your step. Joel Osteen",
            "author": "Joel Osteen",
            "likes": 405,
            "tags": [
                "positive"
            ],
            "pk": 470075,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stay positive; stay hopeful. Joel Osteen",
            "author": "Joel Osteen",
            "likes": 524,
            "tags": [
                "positive"
            ],
            "pk": 470076,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Turn every life situation into a positive one. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 261,
            "tags": [
                "positive"
            ],
            "pk": 470077,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is always something to be grateful for. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 720,
            "tags": [
                "positive"
            ],
            "pk": 470078,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Miracles are born of conviction. Marianne Williamson",
            "author": "Marianne Williamson",
            "likes": 360,
            "tags": [
                "positive"
            ],
            "pk": 470079,
            "image": null,
            "language": "en"
        }
    ]
}