curl --location --request PUT 'https://api.flashcat.cloud/api/n9e/busi-group//alert-mute/' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"group_id": 0,
"note": "string",
"cate": "string",
"prod": "string",
"datasource_ids": [
0
],
"cluster": "string",
"tags": [
{
"key": "string",
"func": "string",
"value": "string"
}
],
"cause": "string",
"btime": 0,
"etime": 0,
"disabled": 0,
"mute_time_type": 0,
"periodic_mutes": [
{
"enable_stime": "string",
"enable_etime": "string",
"enable_days_of_week": "string"
}
],
"severities": [
0
]
}'