{
"downloadUrl": "https://example.com/download/file.zip",
"fileName": "file.zip",
"needDownloader": false,
"downloadHeaders": {
"User-Agent": "Mozilla/5.0...",
"Referer": "https://example.com"
},
"aria2Command": "aria2c --header=\"User-Agent: Mozilla/5.0...\" --out=\"file.zip\" \"https://example.com/file.zip\"",
"aria2JsonRpc": "string",
"curlCommand": "curl -L -H \"User-Agent: Mozilla/5.0...\" -o \"file.zip\" \"https://example.com/file.zip\"",
"error": "string"
}