Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/ana/admin/GetOrganizationNames' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"names": {
"property1": "string",
"property2": "string"
}
}