curl --location --request PUT 'http://127.0.0.1:8000/system/dict/1' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string",
"describe": "string",
"type": "string"
}'
{}