Write java code to Build an API endpoint for request/response transformation using Javalin. accepts POST /api/transform with data and transformation rules; validates rules; applies transformations; returns transformed data. Structure the project as: src/main/java/controllers/, utils/. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.