Authorization: ********************
{
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/explorer/explorer/getweeksofdata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string"
}'
{
"weeks_of_data": 0,
"access_start_date": "1s"
}