Regarding @RestController @RequestMapping("/api")
, there's a subtle difference between:
@PostMapping("/") -----------> /api/ and @PostMapping -----------> /api