{
"sourceId": "string",
"targetCountryRegion": "string",
"targetSchools": "string",
"majorDirection": "string",
"annualQualityScore": "string",
"clubList": "string",
"academicScores": "string",
"subjectLearning": "string",
"academicInterest": "string",
"personalTraits": "string",
"hobbies": "string",
"sixMonthTargets": "string",
"swotStrengths": "string",
"swotWeaknesses": "string",
"swotOpportunities": "string",
"swotThreats": "string",
"recentQuestions": "string"
}curl --location --request POST '/open-api/educate/student-growth-development/create' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceId": "string",
"targetCountryRegion": "string",
"targetSchools": "string",
"majorDirection": "string",
"annualQualityScore": "string",
"clubList": "string",
"academicScores": "string",
"subjectLearning": "string",
"academicInterest": "string",
"personalTraits": "string",
"hobbies": "string",
"sixMonthTargets": "string",
"swotStrengths": "string",
"swotWeaknesses": "string",
"swotOpportunities": "string",
"swotThreats": "string",
"recentQuestions": "string"
}'{
"code": 0,
"data": true,
"msg": "string",
"requestId": "string"
}