Authorization: ********************X-API-Key: ********************curl --location 'https://my.xentree.com/api/learn/english/dashboard' \
--header 'Authorization: Bearer <token>'{
"total_modules": 0,
"completed_modules": 0,
"in_progress_modules": 0,
"total_learn_time_seconds": 0,
"total_learn_time_hours": 0,
"xpi": {
"property1": "string",
"property2": "string"
},
"current_module": {
"property1": "string",
"property2": "string"
},
"overall_progress_percent": 0
}