List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81590
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=81595",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81585",
    "results": [
        {
            "quote": "Are you afraid of the good you might do? Victor Hugo",
            "author": "",
            "likes": 292,
            "tags": [
                "deep"
            ],
            "pk": 492728,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No family is sane, is it? Rebecca Hall",
            "author": "",
            "likes": 795,
            "tags": [
                "family"
            ],
            "pk": 492320,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How do you rebel in a family of rebels? Nicolas Cage",
            "author": "",
            "likes": 206,
            "tags": [
                "family"
            ],
            "pk": 492312,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What a good favor God does to those he places in the company of good people! Saint Teresa of Avila",
            "author": "",
            "likes": 373,
            "tags": [
                "friendship"
            ],
            "pk": 492055,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What do we live for, if it is not to make life less difficult for each other? George Eliot",
            "author": "",
            "likes": 659,
            "tags": [
                "friendship"
            ],
            "pk": 492004,
            "image": null,
            "language": "en"
        }
    ]
}