{
"displayName": "string",
"enable": true,
"encryption": "string",
"host": "string",
"password": "string",
"port": 0,
"sender": "string",
"username": "string"
}curl --location --request POST 'http://192.168.80.101:8090/apis/console.api.notification.halo.run/v1alpha1/notifiers/default-email-notifier/verify-connection' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayName": "string",
"enable": true,
"encryption": "string",
"host": "string",
"password": "string",
"port": 0,
"sender": "string",
"username": "string"
}'{}