{
"password": "string",
"email": "string",
"emailMessageId": 0,
"emailMessageValue": "string",
"mobile": "string",
"mobileMessageId": 0,
"mobileMessageValue": "string"
}
curl --location --request PUT 'https://demo.ujcms.com/api/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string",
"email": "string",
"emailMessageId": 0,
"emailMessageValue": "string",
"mobile": "string",
"mobileMessageId": 0,
"mobileMessageValue": "string"
}'
{
"status": 0,
"result": {
"property1": {},
"property2": {}
},
"message": "string",
"exception": "string"
}