List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=490
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=495",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=485",
    "results": [
        {
            "quote": "There is no happiness; there are only moments of happiness.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466044,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People wait all week for Friday, all year for summer, all life for happiness.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466045,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Cheerfulness is the very flower of health.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466046,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The secret of being happy is accepting where you are in life and making the most out of everyday.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466047,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are so many beautiful ",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466048,
            "image": null,
            "language": "en"
        }
    ]
}