public async Task <IActionResult> PatchAdd([FromBody] PatchProfileModel profileModel) { await profileService.AddToProfile(User.GetUserId(), profileModel); return(NoContent()); }