curl -L \
--request PUT \
--url '/api/v1/profiles/push/{username}' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"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"
}
]
}'