List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=405
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=410",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=400",
    "results": [
        {
            "quote": "Don’t take life too seriously. You’ll never get out of it alive. Elbert Hubbard",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465958,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Seek it outside and you’ll be exhausted. Seek it inside you’ll find a path. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465959,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It’s the moments that I stopped just to be, rather than do, that have given me true happiness. Richard Branson",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465960,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I am very happy because I have conquered myself and not the world. I am very happy because I have loved the world and not myself. Sri Chinmoy",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465961,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What a wonderful life I’ve had! I only wish I’d realized it sooner. Colette",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465962,
            "image": null,
            "language": "en"
        }
    ]
}