Write java code to Create a bulk operation API with transaction management using Quarkus. accepts POST /api/bulk with array of operations; validates all items; executes in transaction; rolls back on error. Structure the project as: src/main/java/controllers/, models/. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.