List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5035
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=5040",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5030",
    "results": [
        {
            "quote": "You are amazing. Remember that.",
            "author": "",
            "likes": 533,
            "tags": [
                "short"
            ],
            "pk": 470700,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Darling, you are a work of art.",
            "author": "",
            "likes": 743,
            "tags": [
                "short"
            ],
            "pk": 470701,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Each day provides its own gifts. Marcus Aurelius",
            "author": "Marcus Aurelius",
            "likes": 502,
            "tags": [
                "short"
            ],
            "pk": 470702,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness looks gorgeous on you.",
            "author": "",
            "likes": 794,
            "tags": [
                "short"
            ],
            "pk": 470703,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are capable of amazing things.",
            "author": "",
            "likes": 348,
            "tags": [
                "short"
            ],
            "pk": 470704,
            "image": null,
            "language": "en"
        }
    ]
}