{
"id": 0,
"name": "string",
"enable": true,
"sort": 0,
"thirdIds": "string"
}
curl --location --request POST 'https://test.51vive.com/classroom/secondary' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"enable": true,
"sort": 0,
"thirdIds": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}