{
"regionID": "string",
"eipAddresses": [
"string"
],
"projectID": "string"
}
curl --location --request POST '/v4/eip/check-addresses' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "string",
"eipAddresses": [
"string"
],
"projectID": "string"
}'
{
"errorCode": "string",
"returnObj": [
{
"eipAddress": "string",
"used": true
}
],
"statusCode": 0,
"message": "string",
"description": "string"
}