pub async fn save_service_super_stack_meta(
    configuration: &Configuration,
    service: &str,
    service_super_stack_meta: ServiceSuperStackMeta,
    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<SaveServiceSuperStackMetaError>>