Authorization: ********************curl --location --request PUT '/api/v1/profiles/change_groups?_method=PUT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"profile_id": "1",
"study_group_name": "342-В",
"grade_external_id": "1"
}
]'