get(); $message = 'Success'; return $this->apiResponse(true, $message, $settings); } catch (\Throwable $exception) { return $this->apiResponse(false, $exception->getMessage()); } } }