List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=430
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=435",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=425",
    "results": [
        {
            "quote": "Happiness is a state where nothing is missing. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465983,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The constant happiness is curiosity. Alice Munro",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465984,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be happy. It’s one way of being wise. Colette",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465985,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Finding happiness is easy: stop being busy. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465986,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Being happy is being satisfied. Being satisfied means accepting. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465987,
            "image": null,
            "language": "en"
        }
    ]
}