curl --request POST \
--url https://acusight.io/api/core/alerts/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"alerts": [
{
"annotations": {},
"endsAt": "<string>",
"fingerprint": "<string>",
"generatorURL": "<string>",
"labels": {},
"startsAt": "<string>",
"status": "<string>"
}
],
"groupKey": "<string>",
"receiver": "<string>",
"status": "<string>",
"version": "<string>"
}
'