List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5100
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=5105",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5095",
    "results": [
        {
            "quote": "The closest a person ever comes to perfection is when he fills out a job application form.",
            "author": "",
            "likes": 753,
            "tags": [
                "short"
            ],
            "pk": 470772,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No rain. No flowers.",
            "author": "",
            "likes": 675,
            "tags": [
                "short"
            ],
            "pk": 470773,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Shine like the stars.",
            "author": "",
            "likes": 419,
            "tags": [
                "short"
            ],
            "pk": 470774,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You make my heart smile.",
            "author": "",
            "likes": 367,
            "tags": [
                "short"
            ],
            "pk": 470775,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You will forever be my always.",
            "author": "",
            "likes": 585,
            "tags": [
                "short"
            ],
            "pk": 470776,
            "image": null,
            "language": "en"
        }
    ]
}