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