List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4565
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=4570",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4560",
    "results": [
        {
            "quote": "Let us always meet each other with smile, for the smile is the beginning of love. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 559,
            "tags": [
                "positive"
            ],
            "pk": 470200,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The way to love anything is to realize that it may be lost. Gilbert K. Chesterton",
            "author": "Chesterton",
            "likes": 109,
            "tags": [
                "positive"
            ],
            "pk": 470201,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be weird. Be random. Be who you are. Because you never know who would love the person you hide. C.S. Lewis",
            "author": "Lewis",
            "likes": 283,
            "tags": [
                "positive"
            ],
            "pk": 470202,
            "image": null,
            "language": "en"
        },
        {
            "quote": "At the touch of love everyone becomes a poet. Plato",
            "author": "Plato",
            "likes": 218,
            "tags": [
                "positive"
            ],
            "pk": 470203,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You create your own universe as you go along. Winston Churchill",
            "author": "Winston Churchill",
            "likes": 380,
            "tags": [
                "positive"
            ],
            "pk": 470204,
            "image": null,
            "language": "en"
        }
    ]
}