List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4595
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=4600",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4590",
    "results": [
        {
            "quote": "Something beautiful can happen to people when their world falls apart: humility, nobility and wisdom emerge just when our knees hit the floor. Marianne Williamson",
            "author": "Marianne Williamson",
            "likes": 63,
            "tags": [
                "positive"
            ],
            "pk": 470231,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beautiful things happen when you distance yourself from negativity. Unknown",
            "author": "",
            "likes": 719,
            "tags": [
                "positive"
            ],
            "pk": 470232,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sometimes things have to go very wrong before they can be right. Unknown",
            "author": "",
            "likes": 483,
            "tags": [
                "positive"
            ],
            "pk": 470233,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Relax, breathe, and roll with it. Unknown",
            "author": "",
            "likes": 764,
            "tags": [
                "positive"
            ],
            "pk": 470234,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your past mistakes are meant to guide you not define you. Unknown",
            "author": "",
            "likes": 171,
            "tags": [
                "positive"
            ],
            "pk": 470235,
            "image": null,
            "language": "en"
        }
    ]
}