{
"alert_ids": [
"string"
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/alert/close' \
--header 'Content-Type: application/json' \
--data-raw '{
"alert_ids": [
"string"
]
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}