List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=485
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=490",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=480",
    "results": [
        {
            "quote": "One day, or day one, you decide.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466039,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is not out there, it’s in you.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466040,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Difficult roads often leads to beautiful destinations.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466041,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The key to being happy is knowing you have the power to choose what to accept and what to let go.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466042,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Don’t let the silly little things steal your happiness.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466043,
            "image": null,
            "language": "en"
        }
    ]
}