Authorization: ********************{
"property1": "string",
"property2": "string"
}curl --location --request PUT '/dev-api/system/user/profile/updatePwd' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'{
"property1": {},
"property2": {}
}