List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5
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=10",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5",
    "results": [
        {
            "quote": "Success is how high you bounce when you hit bottom. George S. Patton",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465550,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You have reached the pinnacle of success as soon as you become uninterested in money, compliments, or publicity. Thomas Wolfe",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465551,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be able to look back upon one’s life in satisfaction, is to live twice. Kahlil Gibran",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465552,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I don’t dwell on success. Maybe that’s one reason I’m successful. Calvin Klein",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465553,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I do not pray for success, I ask for faithfulness. Mother Teresa",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465554,
            "image": null,
            "language": "en"
        }
    ]
}