curl --location --request POST 'https://openapi.italent.cn/TenantBaseExternal/api/v5/Employee/ApprovalFinish' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId" : 101501016,
"approvalResultType" : "Passed",
"processType" : "TransferProcessNew"
}
//外部id调用示例
{
"originalId" : "8785dd30-7b2d-4fce-8fd3-df0e4be79f46",
"approvalResultType" : "Passed",
"processType" : "TransferProcessNew"
}'{
"code": "string",
"message": "string"
}