pub async fn fight_simulation(
    configuration: &Configuration,
    params: FightSimulationParams,
) -> Result<CombatSimulationResponseSchema, Error<FightSimulationError>>Expand description
Simulate combat with fake characters against a monster multiple times. Member or founder account required.