List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4710
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=4715",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4705",
    "results": [
        {
            "quote": "The quieter you become, the more you are able to hear. Rumi",
            "author": "Rumi",
            "likes": 466,
            "tags": [
                "deep"
            ],
            "pk": 470348,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let the beauty of what you love be what you do. Rumi",
            "author": "Rumi",
            "likes": 161,
            "tags": [
                "deep"
            ],
            "pk": 470349,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is not a matter of holding good cards, but of playing a poor hand well. Robert Louis Stevenson",
            "author": "Robert Louis Stevenson",
            "likes": 206,
            "tags": [
                "deep"
            ],
            "pk": 470350,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do or do not, there is no try. Yoda",
            "author": "Yoda",
            "likes": 662,
            "tags": [
                "deep"
            ],
            "pk": 470351,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Cleverness is not wisdom. Euripides",
            "author": "Euripides",
            "likes": 105,
            "tags": [
                "deep"
            ],
            "pk": 470352,
            "image": null,
            "language": "en"
        }
    ]
}