List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=275
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=280",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=270",
    "results": [
        {
            "quote": "The success of each of us benefits us all, and the success of us all benefits each of us individually. Walter Ulbricht",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465826,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Being a part of success is more important than being personally indispensable. Pat Riley",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465827,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fortune sides with him who dares. Virgil",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465828,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stop chasing the money and start chasing the passion. Tony Hsieh",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465829,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The truly passionate people do it out of love, caring and truth. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465830,
            "image": null,
            "language": "en"
        }
    ]
}