{
"organizationId": 1,
"tableName": "t_sentral",
"fieldName": "code",
"numberingFormat": "{date}{num}"
}
curl --location --request PUT 'http://localhost:8080/api/v1/numbering/2/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizationId": 1,
"tableName": "t_sentral",
"fieldName": "code",
"numberingFormat": "{date}{num}"
}'
{}