curl --location --request GET '/lighthouse/admin/api/v1/operation/getLatestUpdates' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {
"notificationId": "string",
"updateTime": 0,
"state": "string",
"name": "string",
"items": [
{
"id": "string",
"title": "string",
"description": {
"empty": true,
"property1": {},
"property2": {}
},
"files": [
"string"
]
}
]
}
}