List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=365
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=370",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=360",
    "results": [
        {
            "quote": "The first requisite for success is the ability to apply your physical and mental energies to one problem incessantly without growing weary. Charles Caleb Colton",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465918,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The key is over time. Success is built sequentially. It’s one thing at a time. Gary Keller",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465919,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The secret of success is sincerity. Jean Giraudoux",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465920,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is doing ordinary things extraordinarily well. Jim Rohn",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465921,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Singleness of purpose is essential for success in life. John D. Rockefeller",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465922,
            "image": null,
            "language": "en"
        }
    ]
}