{
"scene": 1,
"type": "video",
"filename": "video.mp4",
"url": "https://xxxx",
"md5": "MD5"
}curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/media/upload_by_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene": 1,
"type": "video",
"filename": "video.mp4",
"url": "https://xxxx",
"md5": "MD5"
}'{
"errcode": 0,
"errmsg": "ok",
"jobid": "jobid"
}