Authorization: Bearer ********************{
"id": 1024,
"password": "123456"
}curl --location --request PUT '/system/user/update-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"password": "123456"
}'{
"code": 0,
"data": false,
"msg": ""
}