List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4390
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=4395",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4385",
    "results": [
        {
            "quote": "Husbands, love your wives, just as Christ also loved the church and gave Himself up for her. Ephesians 5:25",
            "author": "Ephesians 5:25",
            "likes": 588,
            "tags": [
                "family"
            ],
            "pk": 470020,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Husbands, love your wives and do not be embittered against them. Colossians 3:19",
            "author": "Colossians 3:19",
            "likes": 690,
            "tags": [
                "family"
            ],
            "pk": 470021,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For this reason a man shall leave his father and his mother, and be joined to his wife; and they shall become one flesh. Genesis 2:24",
            "author": "Genesis 2:24",
            "likes": 733,
            "tags": [
                "family"
            ],
            "pk": 470022,
            "image": null,
            "language": "en"
        },
        {
            "quote": "However, each one of you also must love his wife as he loves himself, and the wife must respect her husband. Ephesians 5:33",
            "author": "Ephesians 5:33",
            "likes": 100,
            "tags": [
                "family"
            ],
            "pk": 470023,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Children, obey your parents in everything, for this pleases the Lord. Colossians 3:20",
            "author": "Colossians 3:20",
            "likes": 190,
            "tags": [
                "family"
            ],
            "pk": 470024,
            "image": null,
            "language": "en"
        }
    ]
}