{
"username": "string",
"password": "string",
"newPassword": "string"
}
curl --location --request PUT 'https://demo.ujcms.com/api/update-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"newPassword": "string"
}'
{
"status": 0,
"result": {
"property1": {},
"property2": {}
},
"message": "string",
"exception": "string"
}