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