List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4215
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=4220",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4210",
    "results": [
        {
            "quote": "Together is my favorite place to be. Unknown",
            "author": "",
            "likes": 749,
            "tags": [
                "family"
            ],
            "pk": 469835,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Home is where your story begins. Unknown",
            "author": "",
            "likes": 491,
            "tags": [
                "family"
            ],
            "pk": 469836,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Blood makes you related. Loyalty makes you family. Unknown",
            "author": "",
            "likes": 750,
            "tags": [
                "family"
            ],
            "pk": 469837,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Find your tribe. Love them hard. Unknown",
            "author": "",
            "likes": 76,
            "tags": [
                "family"
            ],
            "pk": 469838,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you love what you have, you have everything you need. Unknown",
            "author": "",
            "likes": 329,
            "tags": [
                "family"
            ],
            "pk": 469839,
            "image": null,
            "language": "en"
        }
    ]
}