curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Instructor/EDU-INS-2025-00001 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "Left",
"department": "Engineering"
}
'curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Instructor/EDU-INS-2025-00001 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "Left",
"department": "Engineering"
}
'