{
"dictName":"test",
"dictType":"test",
"status":"1"
}
curl --location --request POST 'http://192.168.11.46:13000/system/dict/type' \
--header 'Content-Type: application/json' \
--data-raw '{
"dictName":"test",
"dictType":"test",
"status":"1"
}'
{}