Authorization: Bearer ********************{
"enabled": "false",
"host": "string",
"port": 0,
"from": "string",
"username": "string",
"password": "string",
"ssl": "false",
"tls": "false",
"receiver": "string"
}curl --location --request POST '/eims/api/admin/settings/email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": "false",
"host": "string",
"port": 0,
"from": "string",
"username": "string",
"password": "string",
"ssl": "false",
"tls": "false",
"receiver": "string"
}'{
"enabled": false,
"host": "",
"port": 0,
"from": "",
"username": "",
"password": "",
"ssl": false,
"tls": false,
"receiver": ""
}