List the quotes, can be filtered via tags

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

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=270",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=260",
    "results": [
        {
            "quote": "Success comes when people act together; failure tends to happen alone. Deepak Chopra",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465816,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing reinforces a professional relationship more than enjoying success with someone. Harold Ramis",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465817,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Coming together is a beginning. Keeping together is progress. Working together is success. Henry Ford",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465818,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The keystone of successful business is cooperation. Friction retards progress. J.C. Penney",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465819,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your successes and happiness are forgiven you only if you generously consent to share them. Albert Camus",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465820,
            "image": null,
            "language": "en"
        }
    ]
}