List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5360
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=5365",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5355",
    "results": [
        {
            "quote": "Trust in dreams, for in them is hidden the gate to eternity. Khalil Gibran",
            "author": "Khalil Gibran",
            "likes": 166,
            "tags": [
                "short"
            ],
            "pk": 471048,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Dreams are often most profound when they seem the most crazy. Sigmund Freud",
            "author": "Sigmund Freud",
            "likes": 563,
            "tags": [
                "short"
            ],
            "pk": 471049,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The biggest adventure you can take is to live the life of your dreams. Oprah Winfrey",
            "author": "Oprah Winfrey",
            "likes": 413,
            "tags": [
                "short"
            ],
            "pk": 471050,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The future belongs to those who believe in the beauty of their dreams. Eleanor Roosevelt",
            "author": "Eleanor Roosevelt",
            "likes": 763,
            "tags": [
                "short"
            ],
            "pk": 471051,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Go confidently in the direction of your dreams and live the life you have imagined. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 471,
            "tags": [
                "short"
            ],
            "pk": 471052,
            "image": null,
            "language": "en"
        }
    ]
}