Authorization: Bearer ********************{}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 '{}'{
"code": 0,
"msg": "string",
"data": {
"documentId": "string",
"workflowId": "string",
"taskId": "string"
},
"ok": true
}