List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=410
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=415",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=405",
    "results": [
        {
            "quote": "My mission in life is not merely to survive, but to thrive; and to do so with some passion, some compassion, some humor, and some style.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465963,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our greatest happiness does not depend on the condition of life in which chance has placed us, but is always the result of a good conscience, good health, occupation, and freedom in all just pursuits. Thomas Jefferson",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465964,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People don’t notice whether it’s winter or summer when they’re happy. Anton Chekhov",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465965,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is getting what you want. Happiness is wanting what you get. Dale Carnegie",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465966,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Boredom is the feeling that everything is a waste of time…serenity, that nothing is. Thomas Szasz (This is one of my favorite happiness quote.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465967,
            "image": null,
            "language": "en"
        }
    ]
}