{
"clientToken": "44213",
"regionID": "TestRegionID",
"resourceID": "5c52f98c2f7a47998b5537b42e23d823",
"bandwidth": 155
}
curl --location --request POST '/v4/bandwidth/modify-spec' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "44213",
"regionID": "TestRegionID",
"resourceID": "5c52f98c2f7a47998b5537b42e23d823",
"bandwidth": 155
}'
{
"statusCode": 900,
"errorCode": null,
"message": null,
"description": null,
"returnObj": null
}