Authorization: ********************
curl --location --request GET 'https://api.cbf.tcn.com/tcnapi/omni/projects/v1/regions//orgs//projects?page_size&page_token&filter' \
--header 'Authorization: Bearer <token>'
{
"projects": [
{
"name": "string",
"title": "string",
"description": "string",
"state": "STATE_UNSPECIFIED",
"create_time": "1s"
}
],
"next_page_token": "string"
}