curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Academic%20Year \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"academic_year_name": "2025-2026",
"year_start_date": "2025-08-01",
"year_end_date": "2026-07-31"
}
'