curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.doctype.fee_schedule.fee_schedule.get_fee_structure \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"source_name": "EDU-FST-2025-00040-1"
}
'