Crea un estudiante con los campos mínimos requeridos:
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"first_name": "Juan",
"student_email_id": "juan.perez@example.com"
}
'curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"first_name": "Juan",
"student_email_id": "juan.perez@example.com"
}
'