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