List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5050
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=5055",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5045",
    "results": [
        {
            "quote": "Begin.",
            "author": "",
            "likes": 425,
            "tags": [
                "short"
            ],
            "pk": 470716,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let go.",
            "author": "",
            "likes": 744,
            "tags": [
                "short"
            ],
            "pk": 470717,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Breathe.",
            "author": "",
            "likes": 720,
            "tags": [
                "short"
            ],
            "pk": 470718,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Slow down.",
            "author": "",
            "likes": 370,
            "tags": [
                "short"
            ],
            "pk": 470719,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let it be.",
            "author": "",
            "likes": 70,
            "tags": [
                "short"
            ],
            "pk": 470720,
            "image": null,
            "language": "en"
        }
    ]
}