Authorization: ********************X-API-Key: ********************curl --location 'https://my.xentree.com/api/learn/english/evaluate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"module_id": "1f689912-a490-4ced-a99d-a21d7a5caeb2",
"task_id": "string",
"skill": "speaking",
"content": "string",
"task_description": "string"
}'{
"skill": "string",
"task_id": "string",
"evaluation": {
"property1": "string",
"property2": "string"
}
}