List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4440
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=4445",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4435",
    "results": [
        {
            "quote": "Positive thoughts lead to positive results. Maria V. Snyder",
            "author": "Snyder",
            "likes": 321,
            "tags": [
                "positive"
            ],
            "pk": 470070,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Create explosive confidence. Robin Sharma",
            "author": "Robin Sharma",
            "likes": 312,
            "tags": [
                "positive"
            ],
            "pk": 470071,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everyday is a second chance. Unknown (Submitted by the Wisdom Quotes Community)",
            "author": "Unknown (Submitted by the Wisdom Quotes Community)",
            "likes": 161,
            "tags": [
                "positive"
            ],
            "pk": 470072,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Walk slowly but never walk backward. Unknown",
            "author": "",
            "likes": 445,
            "tags": [
                "positive"
            ],
            "pk": 470073,
            "image": null,
            "language": "en"
        },
        {
            "quote": "On the other side of the clouds is a bright blue sky. Unknown",
            "author": "",
            "likes": 86,
            "tags": [
                "positive"
            ],
            "pk": 470074,
            "image": null,
            "language": "en"
        }
    ]
}