module->getService(CustomerDataProvider::class); $response = $this->handleDataSync($customerDataProvider); $this->exitWithResponse($response); } }