username:passwordAuthorization: Basic *****************curl --location --request PUT '/template/string' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "UpdatedExampleNameOfAlert"
}'{
"alertTypeId": "b7ba20b1-0ef6-4bda-a8b3-6e7e8e091c4c",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346",
"systemAlertTypeId": "CM01",
"name": "UpdatedExampleNameOfAlert",
"description": "Description of Alert Type",
"active": true
}