curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Fees \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"program_enrollment": "EDU-ENR-2025-00001",
"fee_structure": "EDU-FST-2025-00040-1",
"company": "CUC University",
"posting_date": "2025-01-07",
"due_date": "2025-02-15",
"academic_year": "2024-2025",
"academic_term": "2024-2025 (Semester 1)",
"receivable_account": "Debtors - CUC",
"components": [
{
"fees_category": "Tuition Fee",
"description": "Matrícula Semestre 1",
"amount": 5000000
},
{
"fees_category": "Library Fee",
"description": "Cuota de biblioteca",
"amount": 200000
}
]
}
'