{
"source_ip": "110.42.32.185",
"source_port": 80,
"destination_ip": "10.0.1.6",
"destination_port": 80,
"protocol": "tcp",
"vm": "121"
}
curl --location --request POST '/nat/add' \
--header 'Authorization: 83gec12d3ee99ssbb4328c53de7ca432a' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_ip": "110.42.32.185",
"source_port": 80,
"destination_ip": "10.0.1.6",
"destination_port": 80,
"protocol": "tcp",
"vm": "121"
}'
{}