curl --location --request POST '/ai/learningPaths/translate' \
--header 'Content-Type: application/json' \
--data-raw '{
"learningPathId": "string",
"sourceLang": "en",
"targetLangs": [
"en"
]
}'{
"sessionId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"userId": "string",
"status": "started",
"createdAt": "string"
}