List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4655
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=4660",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4650",
    "results": [
        {
            "quote": "While we may not be able to control all that happens to us, we can control what happens inside us. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 128,
            "tags": [
                "positive"
            ],
            "pk": 470292,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Surround yourself with positive people and situations, and avoid negativity. Doreen Virtue",
            "author": "Doreen Virtue",
            "likes": 72,
            "tags": [
                "positive"
            ],
            "pk": 470293,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Build upon strengths, and weaknesses will gradually take care of themselves. Joyce C. Lock",
            "author": "Lock",
            "likes": 530,
            "tags": [
                "positive"
            ],
            "pk": 470294,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you have a positive attitude and constantly strive to give your best effort, eventually you will overcome your immediate problems and find you are ready for greater challenges. Pat Riley",
            "author": "Pat Riley",
            "likes": 775,
            "tags": [
                "positive"
            ],
            "pk": 470295,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Instead of worrying about what you cannot control, shift your energy to what you can create. Roy T. Bennett",
            "author": "Bennett",
            "likes": 241,
            "tags": [
                "positive"
            ],
            "pk": 470296,
            "image": null,
            "language": "en"
        }
    ]
}