{ "vms_id": "1", "vms_ipid": 2, "vms_remote_port": "3389" }
curl --location --request POST 'https://localhost/api/vms/resetip' \ --header 'x-api-key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "vms_id": "1", "vms_ipid": 2, "vms_remote_port": "3389" }'
{}