List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=445
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=450",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=440",
    "results": [
        {
            "quote": "Nobody can be uncheered with a balloon. Winnie the Pooh",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465999,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be happy for this moment. This moment is your life. Omar Khayyam",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466000,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I must learn to be content with being happier than I deserve. Jane Austen",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466001,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whoever is happy will make others happy. Anne Frank",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466002,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness lies in the joy of achievement and",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466003,
            "image": null,
            "language": "en"
        }
    ]
}