get

@Get(value = "/servers/{serverId}/channels/{channelId}/session")
@Status(value = HttpStatus.OK)
abstract fun get(principal: Principal, @PathVariable serverId: String, @PathVariable channelId: String): GetChannelSessionApi.Response