{
"name": "string",
"imagOssIds": "string",
"images": "string",
"contents": "string",
"type": 0,
"releases": true
}
curl --location --request POST 'https://test.51vive.com/official/enterpriseIntroduction/saveOne' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"imagOssIds": "string",
"images": "string",
"contents": "string",
"type": 0,
"releases": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}