{
"guid": "string",
"file_id": "string",
"aes_key": "string",
"file_size": 0,
"file_type": 0,
"md5": "string",
"file_name": "string",
"to_mp3": true
}curl --location '/cdn/c2c_download' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"file_id": "string",
"aes_key": "string",
"file_size": 0,
"file_type": 0,
"md5": "string",
"file_name": "string",
"to_mp3": true
}'{
"error_code": 0,
"error_message": "string",
"data": {
"fileUrl": "string"
}
}