curl --location --request GET 'https://vms-exapi.tezign.com/portal/open/block/public/zui/getBaseInfo/123' \
--header 'X-App-Key: 16cjm234de0gye1dtlrv60clexna544w' \
--header 'S-Sign: 0hm1d6dx' \
--header 'S-Timestamp: 1660892101000' \
--header 'S-Nonce: UUID' \
--header 'x-asm-prefer-tag: version-env-07'
{
"code": "string",
"message": "string",
"result": {
"portalId": "string",
"blockId": 0,
"title": "string",
"type": 0,
"contentCount": 0,
"navigators": [
{
"name": "string",
"code": "string",
"value": "string"
}
]
}
}