curl --location '/api/v1/profiles' \
--header 'provider-system: ais-student' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"userExternalId": "string",
"profiles": [
{
"externalId": "code",
"userGroup": "Student",
"studentCardId": "code",
"enterInstituteYear": 123,
"courseId": 2,
"contractId": "123",
"contractDate": "2022-04-01",
"gradeId": 234,
"educationFormId": 123,
"financeSourceId": 232,
"divisionId": 123,
"groupName": "113-а",
"email": "email@mail.com",
"phone": "33-44-55"
}
]
}
]'