Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/ana/visualization/ListLegacy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"descriptions": [
{
"id": "string",
"title": "string",
"show_the": "string",
"watcher": true,
"tcn_modified_date": 0,
"description": "string"
}
]
}