List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4385
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=4390",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4380",
    "results": [
        {
            "quote": "She is clothed with strength and dignity; she can laugh at the days to come. Proverbs 31:25",
            "author": "Proverbs 31:25",
            "likes": 326,
            "tags": [
                "family"
            ],
            "pk": 470015,
            "image": null,
            "language": "en"
        },
        {
            "quote": "She speaks with wisdom, and faithful instruction is on her tongue. Proverbs 31:26",
            "author": "Proverbs 31:26",
            "likes": 447,
            "tags": [
                "family"
            ],
            "pk": 470016,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Honor her for all that her hands have done, and let her works bring her praise at the city gate. Proverbs 31:31",
            "author": "Proverbs 31:31",
            "likes": 316,
            "tags": [
                "family"
            ],
            "pk": 470017,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fathers, do not embitter your children, or they will become discouraged. Colossians 3:21",
            "author": "Colossians 3:21",
            "likes": 609,
            "tags": [
                "family"
            ],
            "pk": 470018,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The father of a righteous child has great joy; a man who fathers a wise son rejoices in him. Proverbs 23:24",
            "author": "Proverbs 23:24",
            "likes": 507,
            "tags": [
                "family"
            ],
            "pk": 470019,
            "image": null,
            "language": "en"
        }
    ]
}