List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81895
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81890",
    "results": [
        {
            "quote": "How bad do you want it? Gary Vaynerchuk",
            "author": "",
            "likes": 600,
            "tags": [
                "motivational"
            ],
            "pk": 467584,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is the point of being on this Earth if you are going to be like everyone else and avoid trouble? Arnold Schwarzenegger",
            "author": "",
            "likes": 795,
            "tags": [
                "inspirational"
            ],
            "pk": 467546,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only question to ask yourself is, how much are you willing to sacrifice to achieve this success? Larry Flynt",
            "author": "",
            "likes": 353,
            "tags": [
                "inspirational"
            ],
            "pk": 467510,
            "image": null,
            "language": "en"
        }
    ]
}