Authorization: Bearer ********************{
"name": "用户性别",
"type": "sys_user_sex",
"status": 0,
"remark": "用户性别字典"
}curl --location --request POST '/dict/types' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "用户性别",
"type": "sys_user_sex",
"status": 0,
"remark": "用户性别字典"
}'