List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3865
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=3870",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3860",
    "results": [
        {
            "quote": "The simple act of caring is heroic. Edward Albert",
            "author": "Edward Albert",
            "likes": 312,
            "tags": [
                "kindness"
            ],
            "pk": 469443,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you are kind to others, it not only changes you, it changes the world. Harold Kushner",
            "author": "Harold Kushner",
            "likes": 332,
            "tags": [
                "kindness"
            ],
            "pk": 469444,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I feel the capacity to care is the thing which gives life its deepest significance. Pablo Casals",
            "author": "Pablo Casals",
            "likes": 701,
            "tags": [
                "kindness"
            ],
            "pk": 469445,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want to lift yourself up, lift someone else up. Booker T. Washington",
            "author": "Washington",
            "likes": 89,
            "tags": [
                "kindness"
            ],
            "pk": 469446,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Today will never come again. Be a blessing. Be a friend. Encourage someone. Take time to care. Let your words heal, and not wound. Unknown",
            "author": "",
            "likes": 588,
            "tags": [
                "kindness"
            ],
            "pk": 469448,
            "image": null,
            "language": "en"
        }
    ]
}