Authorization: ********************curl --location 'https://my.xentree.ai/api/v1/admin/stats/impact/targets/suggest?org_id=&team_id=&date_range=&start_date=&end_date=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"targets": [
{
"metric_type": "lvi",
"target_value": 0,
"period_type": "monthly"
}
]
}