List the quotes, can be filtered via tags

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

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4400",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4390",
    "results": [
        {
            "quote": "A wise son brings joy to his father, but a foolish man despises his mother. Proverbs 15:20",
            "author": "Proverbs 15:20",
            "likes": 519,
            "tags": [
                "family"
            ],
            "pk": 470025,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Honor your father and your mother, so that you may live long in the land the Lord, your God is giving you. Exodus 20:12",
            "author": "Exodus 20:12",
            "likes": 468,
            "tags": [
                "family"
            ],
            "pk": 470026,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The first step is you have to say that you can. Will Smith",
            "author": "Will Smith",
            "likes": 585,
            "tags": [
                "positive"
            ],
            "pk": 470027,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best way to predict the future is to create it. Abraham Lincoln",
            "author": "Abraham Lincoln",
            "likes": 292,
            "tags": [
                "positive"
            ],
            "pk": 470028,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best is yet to be. Robert Browning",
            "author": "Robert Browning",
            "likes": 449,
            "tags": [
                "positive"
            ],
            "pk": 470029,
            "image": null,
            "language": "en"
        }
    ]
}