List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=400
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=405",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=395",
    "results": [
        {
            "quote": "Time you enjoy wasting is not wasted time. Marthe Troly-Curtin",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465953,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Three grand essentials to happiness in this life are something to do, something to love, and something to hope for. Joseph Addison",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465954,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness, not in another place but this place…not for another hour, but this hour. Walt Whitman",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465955,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Folks are usually about as happy as they make their minds up to be. Abraham Lincoln",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465956,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness? That’s nothing more than health and a poor memory. Albert Schweitzer",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465957,
            "image": null,
            "language": "en"
        }
    ]
}