{ "nat_id": 3, "nat_remote_port": 25565 }
curl --location --request POST 'https://localhost/api/nat/delete' \ --header 'x-api-key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "nat_id": 3, "nat_remote_port": 25565 }'
{}