List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4210
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=4215",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4205",
    "results": [
        {
            "quote": "Family. Where life begins and love never ends. Unknown",
            "author": "",
            "likes": 504,
            "tags": [
                "family"
            ],
            "pk": 469830,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family. A little bit of crazy, a little bit of loud and a whole lot of love. Unknown",
            "author": "",
            "likes": 144,
            "tags": [
                "family"
            ],
            "pk": 469831,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In time of test, family is best. Burmese proverb",
            "author": "Burmese proverb",
            "likes": 463,
            "tags": [
                "family"
            ],
            "pk": 469832,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family. Being loved no matter what. Unknown",
            "author": "",
            "likes": 516,
            "tags": [
                "family"
            ],
            "pk": 469833,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When we have each other, we have everything. Unknown",
            "author": "",
            "likes": 107,
            "tags": [
                "family"
            ],
            "pk": 469834,
            "image": null,
            "language": "en"
        }
    ]
}