I am currently trying to set up a spring rest server. One endpoint has the url /user/{userId}/test where userId is captured as @PathVariable String userId
/user/{userId}/test
@PathVariable String userId