Authorization: Bearer ********************curl --location --request POST 'http://10.12.186.133:30924/transpond/fileweft/workflows//withdraw' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"documentId": "string",
"workflowId": "string",
"taskId": "string"
},
"ok": true
}