curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/openhw/device/get_printer_job_download_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"jobid": "JOBID"
}'
{
"errcode": 0,
"errmsg": "ok",
"download_url": "xxxxxx",
"encoding_aeskey": "xxxxx"
}