public async Task <IActionResult> UpdateMe([FromQuery] string currency) { await _userHelper.ChangeUserCurrency(currency); return(NoContent()); }