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