{
"clientToken": "xxxx",
"regionID": "TestRegionID",
"endpointServiceID": "endpser-axosnh2nqj",
"protocol": "TCP",
"serverPort": 101,
"endpointPort": 101
}
curl --location --request POST '/v4/vpce/create-endpoint-service-rule' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "xxxx",
"regionID": "TestRegionID",
"endpointServiceID": "endpser-axosnh2nqj",
"protocol": "TCP",
"serverPort": 101,
"endpointPort": 101
}'
{
"statusCode": 800,
"errorCode": "SUCCESS",
"message": "success",
"description": ""
}