curl --location --request GET '/ent/config/dict_data/tree' \
--header 'Authorization;' \
--header 'X-Requested-With;'
{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"name": "string",
"new_employee_limit": 0,
"new_employee_limit_month": 0,
"duration_type": 0,
"duration_calc_type": 0,
"created_at": "string",
"updated_at": "string"
}
],
"count": 0
},
"tips": 0
}