{
"id": 0,
"name": "string",
"pid": 0,
"infoId": 0,
"sort": 0,
"type": 0,
"courseType": 0,
"imageText": "string",
"classification": 0
}
curl --location --request POST 'https://test.51vive.com/classroom/courseChapter/webChapterThird' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"pid": 0,
"infoId": 0,
"sort": 0,
"type": 0,
"courseType": 0,
"imageText": "string",
"classification": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}