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