List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=225
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=230",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=220",
    "results": [
        {
            "quote": "Real successful people are the ones who don’t even bother about obstacles because they know exactly what they want. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465776,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The successful man will profit from his mistakes and try again in a different way. Dale Carnegie",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465777,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success does not consist in never making mistakes but in never making the same one a second time. George Bernard Shaw",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465778,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Without failure there is no sweetness in success. There’s no understanding of it. Glenn Beck",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465779,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is more dangerous than failure, the ripples break over a wider coastline. Graham Greene",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465780,
            "image": null,
            "language": "en"
        }
    ]
}