Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/getclienthistorycacheinfo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"cache_info": {
"state": "NOT_LOADED",
"progress_percentage": 0
}
}