{
"instancegroup": {
"auto_dellocate": true,
"bandwidth": 0,
"bgp_type": "string",
"charge_type": "string",
"ip_addr": "string"
}
}curl --location --request POST 'https://example.com:30888/instancegroups//create-eip' \
--header 'Content-Type: application/json' \
--data-raw '{
"instancegroup": {
"auto_dellocate": true,
"bandwidth": 0,
"bgp_type": "string",
"charge_type": "string",
"ip_addr": "string"
}
}'{}