{
"id": 1024,
"name": "性别",
"type": "sys_common_sex",
"status": 1,
"remark": "快乐的备注"
}curl --location --request POST '/admin-api/system/dict-type/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"name": "性别",
"type": "sys_common_sex",
"status": 1,
"remark": "快乐的备注"
}'{
"code": 0,
"data": 0,
"msg": "string"
}