{
"regionID": "TestRegionID",
"cycleType": "month",
"cycleCount": 3,
"resourceID": "1e5d54013c934e2697dbf1c6109560be"
}
curl --location --request POST '/v4/vpn/gateway/renew' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"cycleType": "month",
"cycleCount": 3,
"resourceID": "1e5d54013c934e2697dbf1c6109560be"
}'
{
"statusCode": 800,
"errorCode": null,
"message": null,
"description": "SUCCESS",
"returnObj": {
"masterOrderID": null,
"masterOrderNO": "20230406086141",
"masterResourceID": null,
"regionID": null,
"resources": [
{
"resourceID": "dfd0ab80b2ce4566950d1cb2af9079d6"
}
]
}
}