curl --location '/lesson' \ --header 'Content-Type: text/plain' \ --data '{ "sessionid": 123456, "config": { "lesson_type": "conversation", "difficulty": "easy", "duration": 30, "topics": ["greeting", "introduction"] } }'
{}