{
"id": 357,
"serviceName": "专业化代运营服务",
"companyName": "北京外企(江西)人力资源服务有限公司",
"address": "string",
"region": "青山湖区",
"contactName": "李四",
"contactPhone": "12345678901",
"website": "string",
"photoUrl": "https://www.iocoder.cn",
"type": "营销推广",
"serviceIntroduction": "string"
}
curl --location --request POST '/admin-api/entre/preneurial-support/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 357,
"serviceName": "专业化代运营服务",
"companyName": "北京外企(江西)人力资源服务有限公司",
"address": "string",
"region": "青山湖区",
"contactName": "李四",
"contactPhone": "12345678901",
"website": "string",
"photoUrl": "https://www.iocoder.cn",
"type": "营销推广",
"serviceIntroduction": "string"
}'
{
"code": 0,
"data": true,
"msg": "string"
}