{
"orgName": "贵州",
"orgID": 44,
"description": ""
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v4/vdc/update-vdc' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgName": "贵州",
"orgID": 44,
"description": ""
}'{
"description": "成功",
"errorCode": "Success",
"message": "success",
"returnObj": null,
"statusCode": 800,
"traceID": "5174432f821a4542e6a5c0e3b84aa251"
}