Explore the sayings of the gambling addicts... in your own programs.
Base URL: https://kakegurui-quotes.vercel.app/api
GET /quotesGet a list of all quotes.
[ { "id": 0, "quote": "quote text", "author": "name" }, ... ]
GET /quotes/:idGet a quote by ID.
{ "id": 0, "quote": "quote text", "author": "name" }