17 lines
330 B
HTTP
17 lines
330 B
HTTP
@HostAddress = https://localhost:5001
|
|
|
|
POST {{HostAddress}}/api/events/receive
|
|
Content-Type: application/json
|
|
CE-SpecVersion: 1.0
|
|
CE-Type: "com.example.myevent"
|
|
CE-Source: "urn:example-com:mysource:abc"
|
|
CE-Id: "c457b7c5-c038-4be9-98b9-938cb64a4fbf"
|
|
|
|
{
|
|
"message": "Hello world!"
|
|
}
|
|
|
|
###
|
|
|
|
GET {{HostAddress}}/api/events/generate
|