HTTP API
Health check
Section titled “Health check”Your container should expose a health endpoint returning 200.
GET /healthRun request
Section titled “Run request”Gumball sends user inputs to your app and expects outputs.
POST /runThe exact payload format may evolve; keep inputs/output JSON-friendly.