Authorization: Bearer ********************{
"ids": [
77,
78
]
}curl --location '/v1/alerts/acknowledge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
77,
78
]
}'{
"message": "Alerts acknowledged.",
"acknowledged_count": 2,
"updated_count": 2
}