List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=110
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=115",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=105",
    "results": [
        {
            "quote": "What is success? It is a toy balloon among children armed with pins. Gene Fowler",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465657,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Don’t stress about press if you want success. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465658,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The secret to success is to offend the greatest number of people. George Bernard Shaw",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465659,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is always less funny than failure. Jon Ronson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465660,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A successful man is one who makes more money than his wife can spend. A successful woman is one who can find such a man. Lana Turner",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465661,
            "image": null,
            "language": "en"
        }
    ]
}