Authorization: Bearer ********************{
"dictName": "string",
"remark": "string",
"status": "Enabled"
}curl --location --request PUT '/api/dict/type/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"dictName": "string",
"remark": "string",
"status": "Enabled"
}'