{
"noticeEmail": "user@example.com",
"accountErrorNoticeEnabled": "string"
}curl --location '/userPlatform/company/updateAccountConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"noticeEmail": "user@example.com",
"accountErrorNoticeEnabled": "string"
}'{
"code": 0,
"message": "",
"data": null
}