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