List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=440
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=445",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=435",
    "results": [
        {
            "quote": "The thicker the skin, the happier the man. Life Math Money",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465993,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is acceptance. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465994,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is not how much we have, but how much we enjoy, that makes happiness. Charles Spurgeon",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465996,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The foolish man seeks happiness in the distance, the wise grows it under his feet. James Oppenheim",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465997,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is only one happiness in this life, to love and be loved. George Sand",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465998,
            "image": null,
            "language": "en"
        }
    ]
}