Idempotency-Key (幂等键,UUID)comment(审批通过附言)、deliveryProfileId(指定投递配置)Authorization: Bearer ********************{
"comment": "同意发布。",
"deliveryProfileId": "string"
}curl --location 'http://10.12.186.133:30924/transpond/fileweft/workflows//tasks//approve' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"comment": "同意发布。",
"deliveryProfileId": "string"
}'{
"code": 0,
"msg": "string",
"ok": true,
"data": {
"documentId": "string",
"workflowId": "string",
"taskId": "string"
}
}