{
"alertIds": [
"string"
],
"markAllRead": true
}
curl --location --request POST 'https://api.sqabl.com/v1/alerts/read' \
--header 'Authorization: Bearer some-random-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"alertIds": [
"string"
],
"markAllRead": true
}'
{
"success": true,
"statusCode": 200
}