Authorization: ********************curl --location 'https://my.xentree.ai/api/v1/admin/stats/progress/kpi?org_id=&start_date=&end_date=' \
--header 'Authorization: Bearer <token>'{
"avg_quiz_score": {
"value": 0,
"delta_pct": 0,
"target": 0
},
"completion_rate": {
"value": 0,
"delta_pct": 0,
"target": 0
},
"mastery_rate": {
"value": 0,
"delta_pct": 0,
"target": 0
},
"avg_comprehension_signal": {
"value": 0,
"delta_pct": 0,
"target": 0
}
}