List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=370
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=375",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=365",
    "results": [
        {
            "quote": "The key to my success has been to give up everything for my dream. John H. Johnson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465923,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The key to success is to keep growing in all areas of life – mental, emotional, spiritual, as well as physical. Julius Erving",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465924,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success follows doing what you want to do. There is no other way to be successful. Malcolm Forbes",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465925,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is achieved by developing our strengths, not by eliminating our weaknesses. Marilyn vos Savant",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465926,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Without an open-minded mind, you can never be a great success. Martha Stewart",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465927,
            "image": null,
            "language": "en"
        }
    ]
}