curl --location --request PATCH '/procedure/serial//changeTreatment' \
--header 'Content-Type: application/json' \
--data-raw '{
"events": [
{
"event": "string",
"quantity": 0,
"selectedName": "string",
"tooth": "string",
"toothFace": [
"string"
],
"toothRegion": "string"
}
],
"phaseId": "string"
}'{
"message": "Phase successfully updated"
}