curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&_sid=<api-key>'{
"success": true,
"data": {
"enable_mail": true,
"enable_oauth": true,
"in_use": [
"string"
],
"mail": [
"string"
],
"profiles": [
"string"
],
"send_welcome_mail": true,
"sender_mail": "string",
"sender_name": "string",
"smtp_auth": {
"enable": true,
"user": "string"
},
"smtp_info": {
"port": 0,
"server": "string",
"ssl": true,
"verifyCert": true
},
"subject_prefix": "string"
}
}