List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=425
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=430",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=420",
    "results": [
        {
            "quote": "The advantage of a bad memory is that one enjoys several times the same good things for the first time. Friedrich Nietzsche",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465978,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Learn to value yourself, which means: fight for your happiness. Ayn Rand",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465979,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Indeed, man wishes to be happy even when he so lives as to make happiness impossible. Augustine of Hippo",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465980,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness depends upon ourselves. Aristotle",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465981,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Only a life lived for others is a life worthwhile.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465982,
            "image": null,
            "language": "en"
        }
    ]
}