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