Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/ana/admin/GetAllowedDataVisibility' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"visibilities": [
{
"viewer": 0,
"views": [
{
"client_sid": 0,
"weeks": 0
}
]
}
]
}