{
"name": "string",
"new_employee_limit": 0,
"new_employee_limit_month": 0,
"duration_type": 0,
"duration_calc_type": 0
}curl --location --request PUT 'api/ent/config/dict_data/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"new_employee_limit": 0,
"new_employee_limit_month": 0,
"duration_type": 0,
"duration_calc_type": 0
}'{}