get

@Get(value = "/users/{username}/session")
@Status(value = HttpStatus.OK)
abstract fun get(principal: Principal, @PathVariable username: String): GetDirectSessionApi.Response