curl --request POST \
--url https://nvidia.casebender.com/api/v1/alerts/{alertId}/comments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>"
}
'Add a new comment to an alert
curl --request POST \
--url https://nvidia.casebender.com/api/v1/alerts/{alertId}/comments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>"
}
'