List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4640
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=4645",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4635",
    "results": [
        {
            "quote": "Every great change is preceded by chaos. Deepak Chopra",
            "author": "Deepak Chopra",
            "likes": 95,
            "tags": [
                "positive"
            ],
            "pk": 470277,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Times and conditions change so rapidly that we must keep our aim constantly focused on the future. Walt Disney",
            "author": "Walt Disney",
            "likes": 268,
            "tags": [
                "positive"
            ],
            "pk": 470278,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The measure of intelligence is the ability to change. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 389,
            "tags": [
                "positive"
            ],
            "pk": 470279,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One child, one teacher, one pen, and one book can change the world. Malala Yousafzai",
            "author": "Malala Yousafzai",
            "likes": 242,
            "tags": [
                "positive"
            ],
            "pk": 470280,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I truly believe the intention of creating positive change is so important to the collective consciousness. When you have a group of people that have the intention and the capacity, talent, and intelligence to actualize those intentions, then you have something really powerful. Jimmy Chin",
            "author": "Jimmy Chin",
            "likes": 215,
            "tags": [
                "positive"
            ],
            "pk": 470281,
            "image": null,
            "language": "en"
        }
    ]
}