curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.api.collect_fees \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"fees": "EDU-FEE-2025-00001",
"amt": 1000000
}
'