curl --request GET \
--url https://api.example.com/api/chinese/lessons[
{
"description": "<string>",
"focus": "<string>",
"hsk_level": 3,
"id": "<string>",
"position": 2,
"title": "<string>",
"word_count": 1,
"business_scenario": "",
"completion_pct": 0,
"everyday_scenario": "",
"prerequisites": [
"<string>"
],
"words_learning": 0,
"words_mastered": 0,
"words_new": 0
}
]Lessons with progress percentages.
curl --request GET \
--url https://api.example.com/api/chinese/lessons[
{
"description": "<string>",
"focus": "<string>",
"hsk_level": 3,
"id": "<string>",
"position": 2,
"title": "<string>",
"word_count": 1,
"business_scenario": "",
"completion_pct": 0,
"everyday_scenario": "",
"prerequisites": [
"<string>"
],
"words_learning": 0,
"words_mastered": 0,
"words_new": 0
}
]Successful Response
1 <= x <= 6x >= 1x >= 00 <= x <= 100x >= 0x >= 0x >= 0