curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.report_card.get_report_card_data \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student_group": "STU-GRP-00001",
"academic_year": "2024-2025",
"academic_term": "First Semester 2024-2025"
}
'