pub async fn upload_ipfs(
    report_file_path: PathBuf,
    api_key: &str
) -> Result<(String, String)>