{
"cureApplyIds": [
{
"cureApplyId": "string"
}
],
"triageResourceId": "string",
"userId": "string"
}
curl --location --request POST 'cu/rc/triage/saveTriage' \
--header 'Content-Type: application/json' \
--data-raw '{
"cureApplyIds": [
{
"cureApplyId": "string"
}
],
"triageResourceId": "string",
"userId": "string"
}'
{}