pub async fn save_fact_0(
    configuration: &Configuration,
    fact_create: FactCreate,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<SaveFact200Response, Error<SaveFact0Error>>