List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5080
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=5085",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5075",
    "results": [
        {
            "quote": "Work hard. Stay humble.",
            "author": "",
            "likes": 197,
            "tags": [
                "short"
            ],
            "pk": 470746,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Enjoy the little things.",
            "author": "",
            "likes": 631,
            "tags": [
                "short"
            ],
            "pk": 470747,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best is yet to come.",
            "author": "",
            "likes": 534,
            "tags": [
                "short"
            ],
            "pk": 470748,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Better things are coming.",
            "author": "",
            "likes": 319,
            "tags": [
                "short"
            ],
            "pk": 470749,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Feel the fear and do it anyway.",
            "author": "",
            "likes": 461,
            "tags": [
                "short"
            ],
            "pk": 470750,
            "image": null,
            "language": "en"
        }
    ]
}