curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.api.update_email_group \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"doctype": "Student Group",
"name": "STU-GRP-00001"
}
'