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