Authorization: Bearer ********************{
"sort": 1,
"name": "男",
"value": "1",
"dictType": "sys_user_sex",
"status": 0,
"remark": "男性"
}curl --location --request PATCH '/dict/data/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort": 1,
"name": "男",
"value": "1",
"dictType": "sys_user_sex",
"status": 0,
"remark": "男性"
}'