{
"clientToken": "2313",
"regionID": "nm8",
"name": "nat-0410",
"cycleType": "month",
"cycleCount": 2,
"azName": "az2",
"description":"testing",
"spec":1,
"vpcID":"vpc-8hu4b1ti5l"
}
curl --location --request POST '/v4/vpc/create-nat-gateway' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "2313",
"regionID": "nm8",
"name": "nat-0410",
"cycleType": "month",
"cycleCount": 2,
"azName": "az2",
"description":"testing",
"spec":1,
"vpcID":"vpc-8hu4b1ti5l"
}'
{"statusCode":800,"errorCode":null,"message":null,"description":"SUCCESS","returnObj":{"masterOrderID":null,"masterOrderNO":"20230614000034","masterResourceID":null,"regionID":null,"resources":[{"resourceID":"8489e758c495416a94fcb3b496dd7f7b"}]}}