13 lines
266 B
HTTP
13 lines
266 B
HTTP
@getting_started_HostAddress = https://localhost:7161
|
|
|
|
POST {{getting_started_HostAddress}}/issues/create
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"originatorId": "e731cf74-0e57-4c91-8fda-6ae5214a9fa4",
|
|
"title": "Test Title",
|
|
"description": "Test Description"
|
|
}
|
|
|
|
###
|