{
"address": "noreply@example.com",
"connection_validity": 300,
"forced_ssl": false,
"host": "smtp.example.com",
"is_enable": true,
"password": "password123",
"port": 587,
"sender": "PokeForum",
"username": "user@example.com"
}curl --location --request POST '/super/manage/settings/email' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "noreply@example.com",
"connection_validity": 300,
"forced_ssl": false,
"host": "smtp.example.com",
"is_enable": true,
"password": "password123",
"port": 587,
"sender": "PokeForum",
"username": "user@example.com"
}'{
"code": 20000,
"data": null,
"err_code": "string",
"msg": null
}