curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/classbrand/publish/actions/publishPhotoAlbum' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "ClassAlbum",
"classId": "222295f4a25d4de09edd091f28747efc",
"schoolId": "333395f4a25d4de09333391f28747efc",
"albumName": "234",
"createTime": "2020-07-10 10:18:46",
"picList": [{
"picName": "消费消息注意事项",
"picUrl": "https://pbpic.hik-cloud.com/minerva/system/style/2020/10/27/dfddfadfasdf90b8096c43fb080c0e/ce07e974-9e31-1735-3227-098e1dcdb8bf.png",
"createTime": null,
"show": "NOSHOW"
}, {
"picName": "工位",
"picUrl": "https://pbpic.hik-cloud.com/minerva/system/style/2020/10/27/dfddasdfasdf90b8096c43fb080c0e/c85c490c-a283-e590-c775-33282a876520.jpg",
"createTime": null,
"show": "NOSHOW"
}]
}'