{
"clientToken": "test-clientToken",
"bandwidth": 60,
"regionID": "TestRegionID",
"eipID": "eip-c2slp4ebph",
"projectID": "0",
"azName": "az9"
}
curl --location --request POST '/v4/paas/eip/modify-spec' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "test-clientToken",
"bandwidth": 60,
"regionID": "TestRegionID",
"eipID": "eip-c2slp4ebph",
"projectID": "0",
"azName": "az9"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"statusCode": 800
}