curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/batch/replaceparty?access_token=' \
--header 'Content-Type: application/json' \
--data '{"media_id":"xxxxxx","callback":{"url":"xxx","token":"xxx","encodingaeskey":"xxx"}}'{
"errcode": 0,
"jobid": "string",
"errmsg": "string"
}