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