pub async fn create_index<T>(index: &str, json: T) -> Result<bool, String> where
    T: Serialize