List the quotes, can be filtered via tags

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

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4065",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4055",
    "results": [
        {
            "quote": "There is no friendship, no love, like that of the mother for the child. Henry Ward Beecher",
            "author": "Henry Ward Beecher",
            "likes": 378,
            "tags": [
                "friendship"
            ],
            "pk": 469674,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is the attempt to form a friendship inspired by beauty. Cicero",
            "author": "Cicero",
            "likes": 729,
            "tags": [
                "friendship"
            ],
            "pk": 469675,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is friendship set on fire. Jeremy Taylor",
            "author": "Jeremy Taylor",
            "likes": 472,
            "tags": [
                "friendship"
            ],
            "pk": 469676,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship multiplies the good of life and divides the evil. Baltasar Gracian",
            "author": "Baltasar Gracian",
            "likes": 190,
            "tags": [
                "friendship"
            ],
            "pk": 469677,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is infinitely better than kindness. Cicero",
            "author": "Cicero",
            "likes": 513,
            "tags": [
                "friendship"
            ],
            "pk": 469678,
            "image": null,
            "language": "en"
        }
    ]
}