List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4530
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=4535",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4525",
    "results": [
        {
            "quote": "The secret to happiness is letting every situation be what it is instead of what you think it should be. Unknown",
            "author": "",
            "likes": 148,
            "tags": [
                "positive"
            ],
            "pk": 470164,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life becomes easier and more beautiful when we can see the good in other people. Roy T. Bennett",
            "author": "Bennett",
            "likes": 106,
            "tags": [
                "positive"
            ],
            "pk": 470165,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Frame your mind to mirth and merriment which bars a thousand harms and lengthens life. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 232,
            "tags": [
                "positive"
            ],
            "pk": 470166,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The way you start your day determines how well you live your day. Robin Sharma",
            "author": "Robin Sharma",
            "likes": 355,
            "tags": [
                "positive"
            ],
            "pk": 470167,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Hope is having a positive attitude about everything that happens in life no matter what it is. Joyce Meyer",
            "author": "Joyce Meyer",
            "likes": 448,
            "tags": [
                "positive"
            ],
            "pk": 470168,
            "image": null,
            "language": "en"
        }
    ]
}