{
"code": "string",
"password": "string",
"username": "string"
}curl --location --request POST '/core/user/codeUpdatePwd' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"password": "string",
"username": "string"
}'{
"status": "OK"
}