elsa-core/samples/aspnet/Elsa.Samples.AspNet.HttpEndpoints/submit.http

9 lines
147 B
Plaintext
Raw Normal View History

2023-05-11 20:59:46 +00:00
### John Doe
POST https://localhost:5001/workflows/submit
Content-Type: application/json
{
"name": "John Doe",
"email": "john.doe@acme.com"
}