CCRCOPENAUTH: ********************{
"administratorId": 0,
"newAesPassword": "string",
"newBCryptPassword": "string",
"oldAesPassword": "string",
"userId": 0
}curl --location --request PUT 'https://open.lcchunyi.com/v1test/ccrc/user/api/paas/user/administrator/update/password' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"administratorId": 0,
"newAesPassword": "string",
"newBCryptPassword": "string",
"oldAesPassword": "string",
"userId": 0
}'{
"code": "string",
"data": {},
"message": "string",
"success": true
}