curl --request POST \
--url https://nvidia.casebender.com/api/v1/workflows/{id}/execute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseId": "<string>",
"alertId": "<string>",
"metadata": {}
}
'Execute a workflow manually with provided context
curl --request POST \
--url https://nvidia.casebender.com/api/v1/workflows/{id}/execute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseId": "<string>",
"alertId": "<string>",
"metadata": {}
}
'