List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=435
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=440",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=430",
    "results": [
        {
            "quote": "Doing what you were born to do… That’s the way to be happy. Agnes Martin",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465988,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Being happy is not the only happiness. Alice Walker",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465989,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Enjoy it. Because it’s happening. Stephen Chbosky",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465990,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No medicine cures what happiness cannot. Gabriel García Márquez",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465991,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is more fitting for a man to laugh at life than to lament over it. Seneca",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465992,
            "image": null,
            "language": "en"
        }
    ]
}