@ -16,6 +16,7 @@ public class UserController {
HashMap<Object, Object> map = new HashMap<>();
map.put("id", Math.random() + 1);
map.put("name", name);
map.put("test", "test");
return map;
}