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