curl --request POST \
--url https://cucuniversity.edtools.co/api/method/edtools_core.api.get_amount_distribution_based_on_fee_plan \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"components": "[{\"fees_category\": \"Costo de programa\", \"total\": 13440.0}, {\"fees_category\": \"Beca 90%\", \"total\": -12096.0}, {\"fees_category\": \"Derechos pecuniarios\", \"total\": 520.0}]",
"total_amount": 1864,
"fee_plan": "Monthly",
"academic_year": "2025"
}
'