List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4500
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=4505",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4495",
    "results": [
        {
            "quote": "The gem cannot be polished without friction, nor man perfected without trials. Chinese proverb",
            "author": "Chinese proverb",
            "likes": 261,
            "tags": [
                "positive"
            ],
            "pk": 470133,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Better to be an optimist who gets disappointed than a pessimist who has no hope. Robin Sharma",
            "author": "Robin Sharma",
            "likes": 96,
            "tags": [
                "positive"
            ],
            "pk": 470134,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I do not try to dance better than anyone else. I only try to dance better than myself. Arianna Huffington",
            "author": "Arianna Huffington",
            "likes": 625,
            "tags": [
                "positive"
            ],
            "pk": 470135,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stay positive, all other choices are pointless punishments to your psyche. Joe Peterson",
            "author": "Joe Peterson",
            "likes": 448,
            "tags": [
                "positive"
            ],
            "pk": 470136,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Positive thinking must be followed by positive doing. John C. Maxwell",
            "author": "Maxwell",
            "likes": 73,
            "tags": [
                "positive"
            ],
            "pk": 470137,
            "image": null,
            "language": "en"
        }
    ]
}