curl --location --request POST 'http://127.0.0.1:8000/system/dict/item' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": "string",
"value": 0,
"switch": "string",
"status": "string",
"dict_id": 0
}'
{
"data": [],
"success": true,
"msg": "ok",
"showType": 0
}