Authorization: Bearer ********************
[
"string"
]
curl --location --request POST 'https://api.klever.tec.br/api/v2/ondemand/accompaniments/alert-score' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
[
{
"alerts": [
{
"description": "string",
"level": 0,
"score": 0
}
],
"document": "string"
}
]