{
"cid": 0,
"name": "string",
"pc_url": "string",
"uni_url": "string",
"image": "string",
"types": 0,
"pc_show": 0,
"uni_show": 0,
"sort": 0,
"status": 0
}curl --location --request PUT '/ent/config/quick/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": 0,
"name": "string",
"pc_url": "string",
"uni_url": "string",
"image": "string",
"types": 0,
"pc_show": 0,
"uni_show": 0,
"sort": 0,
"status": 0
}'{}