curl --request POST \
--url https://console.gmicloud.ai/api/v1/elastic-ips \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"count": 1,
"idc": "<string>",
"name": "<string>",
"product": "<string>"
}
'