FastEndpoints
Use FastEndpoints to create your first endpoint that will handle an HTTP POST request and send a response back to the client. You simply configure how the endpoint should be listening to incoming requests from clients in the Configure() section. You can also override the HandleAsync() method in order to specify your handling logic.