List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4890
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=4895",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4885",
    "results": [
        {
            "quote": "Nowadays people know the price of everything and the value of nothing. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 716,
            "tags": [
                "deep"
            ],
            "pk": 470543,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We live in an age when unnecessary things are our only necessities. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 659,
            "tags": [
                "deep"
            ],
            "pk": 470544,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Blessed are the hearts that can bend; they shall never be broken. Albert Camus",
            "author": "Albert Camus",
            "likes": 722,
            "tags": [
                "deep"
            ],
            "pk": 470546,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let there be spaces in your togetherness. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 279,
            "tags": [
                "deep"
            ],
            "pk": 470547,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Begin at once to live, and count each separate day as a separate life. Seneca",
            "author": "Seneca",
            "likes": 373,
            "tags": [
                "deep"
            ],
            "pk": 470548,
            "image": null,
            "language": "en"
        }
    ]
}