Crea un nuevo departamento.
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Department \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"department_name": "Computer Science",
"company": "CUC University",
"parent_department": "Engineering - CUC"
}
'curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Department \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"department_name": "Computer Science",
"company": "CUC University",
"parent_department": "Engineering - CUC"
}
'