List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4520
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=4525",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4515",
    "results": [
        {
            "quote": "Why should I be unhappy? Every parcel of my being is in full bloom. Rumi",
            "author": "Rumi",
            "likes": 400,
            "tags": [
                "positive"
            ],
            "pk": 470153,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The cleverest of all, in my opinion, is the man who calls himself a fool at least once a month. Fyodor Dostoevsky",
            "author": "Fyodor Dostoevsky",
            "likes": 417,
            "tags": [
                "positive"
            ],
            "pk": 470154,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The key to success is not through achievement, but through enthusiasm. Malcolm Forbes",
            "author": "Malcolm Forbes",
            "likes": 129,
            "tags": [
                "positive"
            ],
            "pk": 470155,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is having a large, loving, caring, close-knit family in another city. George Burns",
            "author": "George Burns",
            "likes": 664,
            "tags": [
                "positive"
            ],
            "pk": 470156,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be generous with your compliments and stingy with your complaints. Withhold the negative; express the positive. Joel Osteen",
            "author": "Joel Osteen",
            "likes": 613,
            "tags": [
                "positive"
            ],
            "pk": 470157,
            "image": null,
            "language": "en"
        }
    ]
}