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