List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5030
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=5035",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5025",
    "results": [
        {
            "quote": "Focus on the good.",
            "author": "",
            "likes": 89,
            "tags": [
                "short"
            ],
            "pk": 470695,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are doing great.",
            "author": "",
            "likes": 205,
            "tags": [
                "short"
            ],
            "pk": 470696,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We rise by lifting others.",
            "author": "",
            "likes": 709,
            "tags": [
                "short"
            ],
            "pk": 470697,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be happy. Be bright. Be you.",
            "author": "",
            "likes": 499,
            "tags": [
                "short"
            ],
            "pk": 470698,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every day is a second chance.",
            "author": "",
            "likes": 783,
            "tags": [
                "short"
            ],
            "pk": 470699,
            "image": null,
            "language": "en"
        }
    ]
}