curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/classbrand/publish/actions/cancelPublish' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"publishId": "11a795f4a25d4de09333391f28747efc",
"type": 1,
"schoolId": "222295f4a25d4de09333391f28742222"
}'
{
"code": 200,
"message": "操作成功"
}