curl --location --request POST 'http://127.0.0.1:8000/system/dict' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string",
"describe": "string",
"type": "string"
}'
{
"data": [],
"success": true,
"msg": "ok",
"showType": 0
}