Why cannot sent XML example request via Swagger UI?
Most of the web apps written in .NET Core supports application/json
as request body content type just
like response content type. This is the default configuration when creating a new app via Visual Studio or dotnet new
command.