Authorization: ********************curl --location 'https://my.xentree.ai/api/v1/admin/stats/progress/objectives/suggest?org_id=&start_date=&end_date=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"draft": {
"property1": "string",
"property2": "string"
}
}'{
"objectives": [
{
"title": "string",
"description": "string",
"due_date": "2019-08-24",
"status": "string",
"key_results": [
{
"metric_type": "string",
"target_value": 0,
"unit": "percent"
}
]
}
]
}