{
"id": 1024,
"mail": "iotyuanma@123.com",
"username": "iot",
"password": "123456",
"host": "www.testcloud.com",
"port": 80,
"sslEnable": true
}
curl --location --request PUT '/admin-api/system/mail-account/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"mail": "iotyuanma@123.com",
"username": "iot",
"password": "123456",
"host": "www.testcloud.com",
"port": 80,
"sslEnable": true
}'
{
"code": 0,
"data": true,
"msg": "string"
}