CCRCOPENAUTH: ********************{
"bCryptPassword": "string",
"id": 0,
"newPwd": "string",
"originPwd": "string",
"verifyPwd": "string"
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/masterdata/employee/update/pwd?tenantId' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bCryptPassword": "string",
"id": 0,
"newPwd": "string",
"originPwd": "string",
"verifyPwd": "string"
}'{
"code": "string",
"data": false,
"message": "string",
"success": true
}