9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
|
|
### John Doe
|
||
|
|
|
||
|
|
POST https://localhost:5001/workflows/submit
|
||
|
|
Content-Type: application/json
|
||
|
|
|
||
|
|
{
|
||
|
|
"name": "John Doe",
|
||
|
|
"email": "john.doe@acme.com"
|
||
|
|
}
|