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