Fix: "415 Unsupported Media Type" from a minimal API endpoint in ASP.NET Core 11
A minimal API returns 415 when the request Content-Type does not match what the endpoint binds. Send Content-Type: application/json for a body-bound type, or use [FromForm] for form and file uploads.