{
"natgateway": {
"duration": "string",
"expire_time": "2019-08-24T14:15:22Z"
}
}
curl --location --request POST 'https://example.com:30888/natgateways//postpaid-expire' \
--header 'Content-Type: application/json' \
--data-raw '{
"natgateway": {
"duration": "string",
"expire_time": "2019-08-24T14:15:22Z"
}
}'
{}