Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- curl -X 'POST' \
- 'https://apiroom.net/api/genericissuer/issuer-w3c-vc-dilithium.chain' \
- -H 'accept: application/json' \
- -H 'Content-Type: application/json' \
- -d '{
- "data": {
- "claims": {
- "@context": [
- "https://www.w3.org/2018/credentials/v1",
- "https://www.w3.org/2018/credentials/examples/v1"
- ],
- "id": "http://example.edu/credentials/1872",
- "type": [
- "VerifiableCredential",
- "AlumniCredential"
- ],
- "credentialSubject": {
- "id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
- "alumniOf": {
- "id": "did:example:c276e12ec21ebfeb1f712ebc6f1",
- "name": [
- {
- "value": "Example University",
- "lang": "en"
- },
- {
- "value": "Exemple d'\''Université",
- "lang": "fr"
- }
- ]
- }
- }
- }
- },
- "keys": {}
- }'
Advertisement
Add Comment
Please, Sign In to add comment