{"service":"ledger-flow","version":"1.0.0","message":"Ledger Flow API is running","datetime":"2026-04-17 22:16:32","php_version":"8.3.22","laravel_version":"12.56.0","routes":[{"method":"POST","uri":"\/reset","description":"Reset state"},{"method":"GET","uri":"\/balance?account_id={id}","description":"Get account balance","example":"\/balance?account_id=100"},{"method":"POST","uri":"\/event","description":"Process event","examples":{"deposit":{"type":"deposit","destination":"100","amount":10},"withdraw":{"type":"withdraw","origin":"100","amount":5},"transfer":{"type":"transfer","origin":"100","destination":"200","amount":15}}}]}