I have a POST request mapping as below in spring boot
@RestController @RequestMapping("/token") public class AuthenticationController { @PostMappi