Authorization: Bearer ********************
{
"id": 0,
"owner": 0,
"code": "string",
"name": "string",
"status": 0,
"remark": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"modifyTime": "string"
}
curl --location --request POST '/api/system/dictType/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"owner": 0,
"code": "string",
"name": "string",
"status": 0,
"remark": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"modifyTime": "string"
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}