public async Task <string> AddNewProfile([FromBody] Profile profile) { return(await _userAccountService.AddNewProfile(profile)); }