{ "id": 0, "password": "string" }
curl --location --request POST 'http://127.0.0.1:8001/sys/user/password/update' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "password": "string" }'
null