getUser

@GetMapping(value = ["/{userId}"])
fun getUser(@PathVariable userId: Long): ResponseEntity<UserSummaryResponse>