curl -L \
--request POST \
--url '/api/v1/external/{policyId}/{blockTag}' \
--header 'Content-Type: application/json' \
--data '{
"owner": "text",
"policyTag": "text",
"document": {
"id": "00000000-0000-0000-0000-000000000000",
"@context": [
"text"
],
"type": [
"text"
],
"credentialSubject": [
{}
],
"issuer": {},
"issuanceDate": "text",
"proof": {}
}
}'