Web API - Get Payload in body as well as the uploaded File using Ardalis Endpoints
How can I fetch the uploaded file as FormFile and also accept the body payload using FromBody.
Example Request.cs attached.
Also what should be the root annotation in the HandleAsync() function?
Example Request.cs attached.
Also what should be the root annotation in the HandleAsync() function?

