[
{
"id": 0,
"name": "string",
"crucial": "PIVOTAL"
}
]
curl --location --request POST '/pj/risk-impact-category/save' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"name": "string",
"crucial": "PIVOTAL"
}
]'
{}