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