{
"type": "string",
"name": "string",
"status": 0,
"tags": "string",
"description": "string",
"content": "string"
}
curl --location --request POST 'https://occ-engine.yanwentech.com/api/management/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"name": "string",
"status": 0,
"tags": "string",
"description": "string",
"content": "string"
}'