{
"clientToken": "",
"regionID": "TestRegionID",
"name": "bandwith-20230404-1448",
"cycleType": "month",
"cycleCount": 3,
"bandwidth": 20
}
curl --location --request POST '/v4/bandwidth/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "",
"regionID": "TestRegionID",
"name": "bandwith-20230404-1448",
"cycleType": "month",
"cycleCount": 3,
"bandwidth": 20
}'
{
"statusCode": 800,
"errorCode": null,
"message": null,
"description": "SUCCESS",
"returnObj": {
"masterOrderID": null,
"masterOrderNO": "20230410000254",
"masterResourceID": null,
"regionID": null,
"resources": [
{
"resourceID": "e3d8b82dfece479e849cd627f160c64c"
}
]
}
}