{
"name": "string",
"ident": "string",
"status": 0,
"mark": "string"
}
curl --location --request POST '/ent/config/dict_type' \
--header 'Authorization;' \
--header 'X-Requested-With;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"ident": "string",
"status": 0,
"mark": "string"
}'
{}