is there a way to add alerts to a case using api?
I asked chatgpt and it gave me this:
POST /api/cases/{case_id}/alerts
{
"alerts": [
{
"id": "alert_id_1",
"index": "index_name_1"
},
{
"id": "alert_id_2",
"index": "index_name_2"
}
]
}
did not found it in the official documentation and also did not work