Authorization: Bearer ********************curl --location -g --request POST '/innerapi/mission/rule/update?arc_code={{arc_code}}&system_code={{system_code}}&id=1&trigger_time=08-10 19:00:00&mission_id=1' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>'{
"message": "ok",
"code": 200,
"data": {
"preview_url": "http://www.xxx.com/xxx.pdf" // 结果预览地址
}
}