Authorization: ********************{
"source_port": 63663,
"destination_ip": "192.168.7.12",
"destination_port": 7779,
"protocol": "udp",
"vm": "10"
}curl --location --request POST '/nat/delete' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_port": 63663,
"destination_ip": "192.168.7.12",
"destination_port": 7779,
"protocol": "udp",
"vm": "10"
}'{}