curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/classbrand/actions/addDutyItemInfo' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"classId": "11a795f4a25d4de09edd091f28747efc",
"lstDutyItemInfo": [
"擦黑板",
"扫地"
],
"schoolId": ""
}'
{
"code": 200,
"message": "操作成功"
}