(await _client.PutAsync("foo", new StringContent(5.ToString()))).EnsureSuccessStatusCode();
public async Task Put([FromBody]int bar)
© 2026 Hedgehog Software, LLC