List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3965
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=3970",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3960",
    "results": [
        {
            "quote": "True friendships are eternal. Cicero",
            "author": "Cicero",
            "likes": 305,
            "tags": [
                "friendship"
            ],
            "pk": 469572,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friends are the family you choose. Unknown",
            "author": "",
            "likes": 209,
            "tags": [
                "friendship"
            ],
            "pk": 469573,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No friendship is an accident. O. Henry",
            "author": "Henry",
            "likes": 529,
            "tags": [
                "friendship"
            ],
            "pk": 469574,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Truth springs from argument amongst friends. David Hume",
            "author": "David Hume",
            "likes": 762,
            "tags": [
                "friendship"
            ],
            "pk": 469575,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is friendship on fire. Susan Sontag",
            "author": "Susan Sontag",
            "likes": 608,
            "tags": [
                "friendship"
            ],
            "pk": 469576,
            "image": null,
            "language": "en"
        }
    ]
}