List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=500
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=505",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=495",
    "results": [
        {
            "quote": "Happiness: A butterfly, which when pursued, seems always just beyond your grasp; but if you sit down quietly, may alight upon you. Daily Crescent",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466054,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Gather the crumbs of happiness and they will make you a loaf of contentment. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466055,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happy girls are the prettiest. Audrey Hepburn",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466056,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be you. Do you. For you. Unknown ",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466057,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is a place between too much and too little. Finnish proverb",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466058,
            "image": null,
            "language": "en"
        }
    ]
}