This can also be used in gmu.bat via the following command:
gmu.bat restman -h gatewayHostName -u admin --plaintextPassword password --trustCertificate --method POST --path 1.0/serverModuleFiles --trustHostname --request serverModuleFile.txt
Here is the curl variant submitted by a customer:
curl -u admin:$PASSWORD --insecure --data "@/path/to/serverModuleFile.xml" --header "Content-Type:application/xml" --request POST https://localhost:9443/restman/1.0/serverModuleFiles
<Please see attached file for image>

This article is limited to using SOAP UI and will not include instructions on setting up SOAP UI to make calls to API Gateway, nor configuring GMU, or curl.