pub async fn search_entity_appointments(
    configuration: &Configuration,
    entity_uuid: &str,
    start_date: Option<&str>,
    end_date: Option<&str>,
    exclude_cancelled: Option<bool>,
    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<Value, Error<SearchEntityAppointmentsError>>