{
"name": "new"
}
curl --location --request POST 'http://172.16.1.44:9800/som/start' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "new"
}'
{
"port": "60498",
"resultcode": "success",
"serviceName": "new"
}