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