refactor Client.zig for idiomatic zig patterns
- add module docstring with turso api link
- define request types as structs for json serialization
- use jw.write(struct) instead of verbose begin/end calls
- extract validateArgs function
- remove redundant comments (compile time is implied)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>