public async Task <IActionResult> SaveCallInfoAsync([FromBody] Call call) { await _callsService.SaveCallInfoAsync(call); return(Ok()); }