Authorization: ********************curl --location '/api/v1/absences' \
--header 'Authorization: Bearer <token>' \
--form 'profile_id="1"' \
--form 'date_absence_from="2024-01-01"' \
--form 'date_absence_to="2026-12-31"' \
--form 'text="Причина неявки"' \
--form 'file[]=""'