PUT /api/v1/profiles/push/{username} HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 438
{
"entity": "text",
"hederaAccountId": "text",
"hederaAccountKey": "text",
"parent": "text",
"vcDocument": {
"@context": [
"text"
],
"id": "text",
"type": "text"
},
"didDocument": {
"id": "text",
"context": [
"text"
],
"alsoKnownAs": [
"text"
],
"controller": [
"text"
],
"verificationMethod": [
{}
],
"authentication": [
{}
],
"assertionMethod": [
{}
],
"keyAgreement": [
{}
],
"capabilityInvocation": [
{}
],
"capabilityDelegation": [
{}
],
"service": [
{}
]
},
"didKeys": [
{
"id": "text",
"key": "text"
}
]
}