curl --location 'https://my.xentree.com/api/learn/english/tasks/submit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"module_id": "1f689912-a490-4ced-a99d-a21d7a5caeb2",
"task_id": "string",
"skill": "reading",
"response": null,
"time_spent_seconds": 0
}'{
"task_id": "string",
"skill": "string",
"score": 0,
"feedback": "string",
"module_score": 0,
"skill_scores": {
"reading": 0,
"listening": 0,
"writing": 0,
"speaking": 0
}
}