Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"dictId": 0,
"name": "string",
"value": "string",
"dictStatus": 0,
"type": 0,
"sort": 0,
"parentType": "string",
"delFlag": true
}
curl --location --request POST 'http://localhost:81/system/dict/type' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"dictId": 0,
"name": "string",
"value": "string",
"dictStatus": 0,
"type": 0,
"sort": 0,
"parentType": "string",
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}