List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4355
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=4360",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4350",
    "results": [
        {
            "quote": "Family: an anchor during rough waters. Unknown",
            "author": "",
            "likes": 548,
            "tags": [
                "family"
            ],
            "pk": 469980,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Tennis just a game, family is forever. Serena Williams",
            "author": "Serena Williams",
            "likes": 164,
            "tags": [
                "family"
            ],
            "pk": 469981,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Serbian history tells that the family is the most important thing and you have to stick with the family. Novak Djokovic",
            "author": "Novak Djokovic",
            "likes": 695,
            "tags": [
                "family"
            ],
            "pk": 469982,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Without a family, man, alone in the world, trembles with the cold. Andre Maurois",
            "author": "Andre Maurois",
            "likes": 613,
            "tags": [
                "family"
            ],
            "pk": 469983,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sister is probably the most competitive relationship within the family, but once the sisters are grown, it becomes the strongest relationship. Margaret Mead",
            "author": "Margaret Mead",
            "likes": 393,
            "tags": [
                "family"
            ],
            "pk": 469984,
            "image": null,
            "language": "en"
        }
    ]
}