curl --location --request POST 'https://localhost/api/nat/create' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nat_vm_id": 1,
"nat_protocol": 3,
"nat_local_port": 3389,
"nat_remote_port": 3389,
"nat_local_ip": "172.16.0.2"
}'