public async Task <bool> CheckOutBoundConfigExit([FromBody] OutBoundIntegrationCredentialsReq request) { var response = new OutBoundIntegrationCredentialsRes(); bool data = await _settingsRepository.CheckOutBoundConfigExit(request); return(data); }