Authorization: ********************
{
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/ana/admin/RegisterAccount' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string"
}'
{
"uuid": "string",
"p3_client_sid": 0,
"registration_date": "1s",
"price_per_doc": 0,
"ana_time_zone": "ANA_TIME_ZONE_UNKNOWN",
"home_dashboard": "string",
"adoptable": true,
"default_time_filter": "string",
"neo_home_dashboard": "string",
"current_month_max_doc_count": 0,
"current_weeks": 0
}