Campo requerido: instructor_name
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Instructor \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"instructor_name": "Dr. Juan Martínez",
"gender": "Male",
"department": "Computer Science",
"status": "Active"
}
'curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Instructor \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"instructor_name": "Dr. Juan Martínez",
"gender": "Male",
"department": "Computer Science",
"status": "Active"
}
'