Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/dashboards/ListApplicationsDashboards' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"application_dashboards": [
{
"application": "APPLICATION_UNSPECIFIED",
"dashboard_summaries": [
{
"dashboard_id": "string",
"title": "string",
"description": "string",
"panel_count": 0,
"resource_id": "string",
"standard_dashboard": true
}
]
}
]
}