List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4480
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=4485",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4475",
    "results": [
        {
            "quote": "You are joy, looking for a way to express. Esther Hicks",
            "author": "Esther Hicks",
            "likes": 489,
            "tags": [
                "positive"
            ],
            "pk": 470111,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The energy of the mind is the essence of life. Aristotle",
            "author": "Aristotle",
            "likes": 714,
            "tags": [
                "positive"
            ],
            "pk": 470112,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Positive thoughts are not enough. There have to be positive feelings and positive actions. Kamari aka Lyrikal",
            "author": "Kamari aka Lyrikal",
            "likes": 112,
            "tags": [
                "positive"
            ],
            "pk": 470113,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Clouds come floating into my life, no longer to carry rain or usher storm, but to add color to my sunset sky. Rabindranath Tagore",
            "author": "Rabindranath Tagore",
            "likes": 687,
            "tags": [
                "positive"
            ],
            "pk": 470114,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You cannot tailor-make the situations in life but you can tailor-make the attitudes to fit those situations. Zig Ziglar",
            "author": "Zig Ziglar",
            "likes": 108,
            "tags": [
                "positive"
            ],
            "pk": 470115,
            "image": null,
            "language": "en"
        }
    ]
}