I have a .NET Core API with a basic endpoint
[HttpPost] public async Task PostAsync([FromBody] TheDto theDto) { // ... }