{
"id": 0,
"homePic": "string",
"homePicId": "string",
"title": "string",
"releaseEnable": true,
"classifyId": 0,
"styleIds": [
0
],
"customStyle": "string",
"draft": true,
"protagonistId": 0,
"toneId": 0,
"companyId": 0,
"hotTag": "string",
"smartCopyId": 0,
"nextStepPersonId": 0,
"contents": "string",
"highLights": "string"
}curl --location --request POST 'https://test.51vive.com/forums/topic/releaseTopic' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"homePic": "string",
"homePicId": "string",
"title": "string",
"releaseEnable": true,
"classifyId": 0,
"styleIds": [
0
],
"customStyle": "string",
"draft": true,
"protagonistId": 0,
"toneId": 0,
"companyId": 0,
"hotTag": "string",
"smartCopyId": 0,
"nextStepPersonId": 0,
"contents": "string",
"highLights": "string"
}'{
"code": 0,
"msg": "string",
"data": 0
}