/api/setupReturn whether Zipline is in first-time setup mode, used by the initial setup flow.GET/api/setupResponse Body200application/json4xxapplication/jsoncURLJavaScriptGoPythonJavaC#Rustcurl -X GET "https://example.com/api/setup"2004xx{ "firstSetup": true}/api/healthcheck GETPerform a simple healthcheck on the database and backend of Zipline. Returns a simple pass/fail response./api/setup POSTPerform the first-time setup by creating the initial SUPERADMIN user.