{
"@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/connections/1.0/invitation",
"@id": "562f4181-2109-49a9-af68-e5b3b201b292",
"label": "Faber.Agent",
"recipientKeys": [
"FF2a8JnqXaTB7iwFVRajEsDf1wPE6dG2NkXGXWTaXWcC"
],
"serviceEndpoint": "http://127.0.0.1:3333"
}
Above we have a invitation example and there is section marked serviceEndpoint.
Assuming this RFC is processed correctly is a POST request with the Encrypted data send to http://127.0.0.1:3333?
Basically I'm going through the Swagged example, and even the Aries documentation and I don't understand how data is SENT when the Aries RFC is processed.