curl --location --request PUT 'http://127.0.0.1:8000/system/dict/item/1' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": "string",
"value": 0,
"switch": "string",
"status": "string",
"dict_id": 0
}'
{}