{
"id": 0,
"dictCode": "string",
"value": "string",
"label": "string",
"sort": 0,
"status": 0,
"tagType": "string"
}curl --location --request PUT 'https://api.youlai.tech/api/v1/dicts//items/' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"dictCode": "string",
"value": "string",
"label": "string",
"sort": 0,
"status": 0,
"tagType": "string"
}'{
"code": "string",
"data": {},
"msg": "string"
}