curl --location --request POST 'https://openapi.italent.cn/TenantBaseExternal/api/v5/Employee/StartDismissionHandoverProcess' \
--header 'Content-Type: application/json' \
--data-raw '//根据北森系统内部ID调用
{
"userId": 101501388
}
//根据第三方系统外部ID调用
{
"originalId": "5d992501-d527-4165-8eae-a82e0a1a2f3b"
}'{
"code": "string",
"message": "string"
}