group(function () { Route::post('syncAutoData', [Sync1cApiController::class, 'syncAutoData']); Route::post('syncOwners', [Sync1cApiController::class, 'syncOwners']); Route::post('syncOwnerContracts', [Sync1cApiController::class, 'syncOwnerContracts']); });