patch

abstract suspend fun <T : Any> patch(endpoint: String, body: Any, kClass: KClass<T>): Result<T>