curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student%20Applicant \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"first_name": "Carlos",
"program": "Computer Science",
"academic_year": "2024-2025"
}
'