curl --request POST \
--url https://api.wacht.dev/settings/email/smtp \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"host": "<string>",
"port": 123,
"username": "<string>",
"password": "<string>",
"from_email": "jsmith@example.com",
"use_tls": true
}
'