curl --request POST \
--url https://cucuniversity.edtools.co/api/method/edtools_core.api.get_student_results \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"academic_year": "2024-2025"
}
'