getUser

@Get(value = "/users/{username}")
abstract fun getUser(@PathVariable username: String): UserDTO