List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=282295
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=282290",
    "results": [
        {
            "quote": "Sé tú, e intenta ser feliz, pero sobre todo, sé tú. Charles Chaplin.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 463363,
            "image": null,
            "language": "es"
        },
        {
            "quote": "Nunca permitas que el sentido de la moral te impida hacer lo que está bien. Isaac Asimov.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 463364,
            "image": null,
            "language": "es"
        }
    ]
}