List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4740
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=4745",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4735",
    "results": [
        {
            "quote": "The prettiest eyes have cried the most. Unknown",
            "author": "",
            "likes": 752,
            "tags": [
                "deep"
            ],
            "pk": 470380,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The kindest hearts have felt the most pains. Unknown",
            "author": "",
            "likes": 793,
            "tags": [
                "deep"
            ],
            "pk": 470381,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is an iceberg. Unknown",
            "author": "",
            "likes": 640,
            "tags": [
                "deep"
            ],
            "pk": 470382,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is the foolishness of men, and the wisdom of God. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 145,
            "tags": [
                "deep"
            ],
            "pk": 470384,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Curiosity is gluttony. To see is to devour. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 304,
            "tags": [
                "deep"
            ],
            "pk": 470385,
            "image": null,
            "language": "en"
        }
    ]
}