curl --location 'https://my.xentree.com/api/learn/english/modules' \
--header 'Authorization: Bearer <token>'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"code": "string",
"title": "string",
"subtitle": "string",
"level": 0,
"cefr_level": "string",
"difficulty": "string",
"icon": "string",
"color": "string",
"estimated_hours": 0,
"status": "string",
"is_unlocked": true,
"module_score": 0,
"progress_percent": 0,
"grammar_focus": [
"string"
]
}
]