Crea un nuevo log de estudiante.
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student%20Log \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"type": "General",
"date": "2025-01-15",
"log": "Reunión con el estudiante para discutir su progreso académico. Se identificaron áreas de mejora en matemáticas."
}
'curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student%20Log \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"type": "General",
"date": "2025-01-15",
"log": "Reunión con el estudiante para discutir su progreso académico. Se identificaron áreas de mejora en matemáticas."
}
'