{
"name": "string",
"status": 0,
"remark": "string",
"flag": "string",
"loginUser": "string",
"type": "string"
}curl --location --request POST '/system/dict-type/create' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsInRlbmFudElkIjoiLTEiLCJleHAiOjE3NzQ5MzgyOTAsImlhdCI6MTc3NDg1MTg5MH0.lNcYtnmLTLUbsm2ZZA6ya3Niumykikygxu3hAFSuXUyDDaY8Dydtm4QjyP8n_3CtQAs9orXbtc7N7tVU_ziUvw' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"status": 0,
"remark": "string",
"flag": "string",
"loginUser": "string",
"type": "string"
}'{
"code": 0,
"message": "",
"data": ""
}