{
"guid": "string",
"file_url": "string",
"file_type": 0,
"to_silk": true
}curl --location '/cdn/c2c_upload' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"file_url": "string",
"file_type": 0,
"to_silk": true
}'{
"error_code": 0,
"error_message": "string",
"data": {
"fileId": "string",
"aesKey": "string",
"fileSize": 0,
"md5": "string",
"width": 0,
"height": 0,
"duration": 0
}
}