How i will support xml data in API request dotnet ?
Go to the Program.cs file and edit this same as below code: var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddControllers(option => { option.ReturnHttpNotAc...