{
"desc": "string",
"dualCamera": null,
"duration": 0,
"mediaType": 0,
"omo": null,
"packageId": 0,
"parentId": 0,
"priceUserNum": 0,
"recordType": 0,
"sharpness": 0,
"startTime": 0,
"teacherId": "string",
"title": "string",
"type": 0
}curl --location --request POST '/dataentrygo/package/ka/createSingleLive' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"desc": "string",
"dualCamera": null,
"duration": 0,
"mediaType": 0,
"omo": null,
"packageId": 0,
"parentId": 0,
"priceUserNum": 0,
"recordType": 0,
"sharpness": 0,
"startTime": 0,
"teacherId": "string",
"title": "string",
"type": 0
}'{
"code": 0,
"msg": "string",
"obj": {
"taskId": 0
}
}