List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=415
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=420",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=410",
    "results": [
        {
            "quote": "Life is really simple, but we insist on making it complicated. Confucius",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465968,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best way to cheer yourself is to try to cheer someone else up. Mark Twain",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465969,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want others to be happy, practice compassion. If you want to be happy, practice compassion. Dalai Lama",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465970,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is not something ready made. It comes from your own actions. Dalai Lama",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465971,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is when what you think, what you say, and what you do are in harmony.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465972,
            "image": null,
            "language": "en"
        }
    ]
}