{"ok":true,"message":"Welcome to Edgelock! Get your API key at https://edgelock.dev","documentation":{"lock":{"method":"POST","path":"/lock/:key","body":{"ttl":"number (optional, seconds, 1-86400)"},"response":{"lockId":"string","expiresAt":"number (timestamp ms)"}},"unlock":{"method":"POST","path":"/unlock/:key","body":{"lockId":"string (required)"},"response":{"released":"boolean"}},"status":{"method":"GET","path":"/status/:key","response":{"locked":"boolean","lockId":"string | null","expiresAt":"number | null (timestamp ms)"}},"health":{"method":"GET","path":"/health","response":{"ok":"true","status":"UP"}}}}