POST https://hare-exec.fly.dev/v1/exec content-type: application/json ``` { "sandbox": "hare", "command": "run", "files": { "": "use fmt;\nexport fn main() void = {\nfmt::println(\"hello world\")!;\n};\n" } } ```