{
"incident_id": "string",
"incident_severity": "string"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/incident/severity/reset' \
--header 'Content-Type: application/json' \
--data-raw '{
"incident_id": "string",
"incident_severity": "string"
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}