List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=360
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=365",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=355",
    "results": [
        {
            "quote": "So I feel like success is opportunity plus preparation, so work begets work, and as long as you’re prepared it’s going to continue to come your way. Anthony Mackie",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465913,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One important key to success is self-confidence.",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465914,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One secret of success in life is for a man to be ready for his opportunity when it comes. Benjamin Disraeli",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465915,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The key to success is to focus our conscious mind on things we desire not things we fear. Brian Tracy",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465916,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Experience shows that success is due less to ability than to zeal. Charles Buxton",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465917,
            "image": null,
            "language": "en"
        }
    ]
}