{
"client_id": "9DA1VJzcem9b2mQjotWc5MScofsGgRZ7",
"phone_number": "18800002222",
"vcode": "322179",
"connection": "database1"
}
curl --location --request POST 'http://127.0.0.1/dbconnections/change_password_with_sms' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "9DA1VJzcem9b2mQjotWc5MScofsGgRZ7",
"phone_number": "18800002222",
"vcode": "322179",
"connection": "database1"
}'
修改成功