List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5105
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=5110",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5100",
    "results": [
        {
            "quote": "Your voice is my favorite sound.",
            "author": "",
            "likes": 459,
            "tags": [
                "short"
            ],
            "pk": 470777,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Throw kindness around like confetti.",
            "author": "",
            "likes": 234,
            "tags": [
                "short"
            ],
            "pk": 470778,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My favorite place is inside your hug.",
            "author": "",
            "likes": 522,
            "tags": [
                "short"
            ],
            "pk": 470779,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I still fall in love with you every day.",
            "author": "",
            "likes": 85,
            "tags": [
                "short"
            ],
            "pk": 470780,
            "image": null,
            "language": "en"
        },
        {
            "quote": "She was a rainbow, but he was color blind.",
            "author": "",
            "likes": 320,
            "tags": [
                "short"
            ],
            "pk": 470781,
            "image": null,
            "language": "en"
        }
    ]
}