curl --location --request POST 'http://172.16.1.44:9800/monitor/alert/notify/check' \
--header 'ua_token: '
{
"notify_type": "string",
"notify_config": {},
"notify_config(email)": {
"to": "string",
"from": "string",
"stmphost": "string",
"stmpport": 0,
"auth_username": "string",
"auth_password": "string"
}
}