{
"regionId": "TestRegionID",
"orgCode": "code",
"orgID": 81
}
curl --location --request POST '/v4/vdc/unband-pool' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionId": "TestRegionID",
"orgCode": "code",
"orgID": 81
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": [],
"statusCode": 800
}