{
"userName": "string",
"userLinkPhone": "string",
"sex": 0,
"serviceLicModule": "string",
"serviceLicName": "string",
"yzm": "string"
}
curl --location --request POST 'api/ModuleExtend/SaveServiceInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "string",
"userLinkPhone": "string",
"sex": 0,
"serviceLicModule": "string",
"serviceLicName": "string",
"yzm": "string"
}'
{}