List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3945
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=3950",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3940",
    "results": [
        {
            "quote": "Friendship is the only cement that will ever hold the world together. Woodrow Wilson",
            "author": "Woodrow Wilson",
            "likes": 638,
            "tags": [
                "friendship"
            ],
            "pk": 469549,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is like money, easier made than kept. Samuel Butler",
            "author": "Samuel Butler",
            "likes": 276,
            "tags": [
                "friendship"
            ],
            "pk": 469550,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is not always the sequel of obligation. Samuel Johnson",
            "author": "Samuel Johnson",
            "likes": 410,
            "tags": [
                "friendship"
            ],
            "pk": 469551,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is what gets you through the bad times and helps you enjoy the good times. Unknown",
            "author": "",
            "likes": 571,
            "tags": [
                "friendship"
            ],
            "pk": 469552,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is a wildly underrated medication. Anna Deavere Smith",
            "author": "Anna Deavere Smith",
            "likes": 531,
            "tags": [
                "friendship"
            ],
            "pk": 469553,
            "image": null,
            "language": "en"
        }
    ]
}