DSL wrapper for system API routes. Automatically prefixes all nested routes with /api/_system.
/api/_system
Usage:
routing { systemApi { get("/health") { ... } route("/plugins") { ... } }}
Route configuration block