결론: Map 쓰고 @RequestParam 박아주면 됨
@PostMapping("/withdrawal") public String withdrawal(@RequestParam Map<String, String> passwordForm){ ... }