username:passwordAuthorization: Basic *****************{
"host": "string",
"password": "string",
"port": 0,
"status": "disable",
"username": "string"
}curl --location --request PUT 'https://stg-api-hub.suntraveltech.com/cms/v1/settings/mail' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "string",
"password": "string",
"port": 0,
"status": "disable",
"username": "string"
}'{
"host": "string",
"password": "string",
"port": 0,
"status": "disable",
"username": "string"
}