List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4545
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=4550",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4540",
    "results": [
        {
            "quote": "Attitudes are contagious. Are yours worth catching? Dennis and Wendy Mannering",
            "author": "Are yours worth catching? Dennis and Wendy Mannering",
            "likes": 444,
            "tags": [
                "positive"
            ],
            "pk": 470179,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Optimism refuses to believe that the road ends without options. Robert H. Schuller",
            "author": "Schuller",
            "likes": 602,
            "tags": [
                "positive"
            ],
            "pk": 470180,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Being positive means that you will have fewer negative emotions, and even if a negative emotion arises you will be positive about it too by allowing the negative emotion to be rather than trying to push it away. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 597,
            "tags": [
                "positive"
            ],
            "pk": 470181,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A positive attitude gives you power over your circumstances instead of your circumstances having power over you. Joyce Meyer",
            "author": "Joyce Meyer",
            "likes": 690,
            "tags": [
                "positive"
            ],
            "pk": 470182,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Very little is needed to make a happy life; it is all within yourself, in your way of thinking. Marcus Aurelius",
            "author": "Marcus Aurelius",
            "likes": 698,
            "tags": [
                "positive"
            ],
            "pk": 470183,
            "image": null,
            "language": "en"
        }
    ]
}