curl --location --request PUT 'https://api.oraydev.cn/sl/v1/enterprise/users//passwords/' \
--header 'Authorization: Bearer ${access_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"password": "string"
}'
{}