List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81810
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81815",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81805",
    "results": [
        {
            "quote": "How do people make it through life without a sister? Sara Corpening",
            "author": "",
            "likes": 358,
            "tags": [
                "sister"
            ],
            "pk": 475744,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When sisters stand shoulder to shoulder, who stands a chance against us? Pam Brown",
            "author": "",
            "likes": 599,
            "tags": [
                "sister"
            ],
            "pk": 475706,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The brother and sister pair of: Patience and Hustle are the best siblings ever! Gary Vaynerchuk",
            "author": "",
            "likes": 162,
            "tags": [
                "sister"
            ],
            "pk": 475691,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you have a sister and she dies, do you stop saying you have one? Or are you always a sister, even when the other half of the equation is gone? Jodi Picoult",
            "author": "",
            "likes": 152,
            "tags": [
                "sister"
            ],
            "pk": 475679,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best sibling you can have is a brother or sister who pushes you to 10X levels of success! Grant Cardone",
            "author": "",
            "likes": 549,
            "tags": [
                "sister"
            ],
            "pk": 475669,
            "image": null,
            "language": "en"
        }
    ]
}