Authorization: ********************curl --location 'https://my.xentree.ai/api/v1/admin/stats/impact/targets?org_id=&team_id=&date_range=&start_date=&end_date=' \
--header 'Authorization: Bearer <token>'{
"targets": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"metric_type": "string",
"target_value": 0,
"period_type": "string",
"current_value": 0,
"progress_pct": 0,
"status": "string"
}
]
}