List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81860
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=81865",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81855",
    "results": [
        {
            "quote": "Why do they put pizza in a square box?",
            "author": "",
            "likes": 401,
            "tags": [
                "short"
            ],
            "pk": 470752,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Go!",
            "author": "",
            "likes": 243,
            "tags": [
                "short"
            ],
            "pk": 470714,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Yes! Yes! You can do it!",
            "author": "",
            "likes": 285,
            "tags": [
                "short"
            ],
            "pk": 470694,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To die laughing must be the most glorious of all glorious deaths! Edgar Allan Poe",
            "author": "",
            "likes": 579,
            "tags": [
                "deep"
            ],
            "pk": 470594,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What can be added to the happiness of a man who is in health, out of debt, and has a clear conscience? Adam Smith",
            "author": "",
            "likes": 320,
            "tags": [
                "deep"
            ],
            "pk": 470561,
            "image": null,
            "language": "en"
        }
    ]
}