curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/analytics/enrollment/{enrollmentId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"enrollmentId": "<string>",
"facts": {},
"factsByApp": {},
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}Return a list of processed facts for a given enrollment with optional date range filtering
curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/analytics/enrollment/{enrollmentId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"enrollmentId": "<string>",
"facts": {},
"factsByApp": {},
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}The access token received from the authorization server in the OAuth 2.0 flow.