Authorization: ********************curl --location --request PUT '/api/v1/department_groups/1?_method=PUT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"faculty_id": "1",
"department_id": "1",
"study_group_ids": "[1]",
"short_name": "string"
}'