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