12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
|
|
POST https://localhost:5001/workflows/documents
|
||
|
|
Content-Type: application/json
|
||
|
|
|
||
|
|
{
|
||
|
|
"Id": "document-1",
|
||
|
|
"Author": {
|
||
|
|
"Name": "Amanda"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
###
|