Authorization: ********************curl --location '/api/v1/departments' \
--header 'provider-system: ais-student' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"CathedraID": "1",
"CathedraName": "истории русской философии",
"DivisionID": "13"
}
]'