Guest User

DilithiumCurl

a guest
Mar 19th, 2024
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. curl -X 'POST' \
  2. 'https://apiroom.net/api/genericissuer/issuer-w3c-vc-dilithium.chain' \
  3. -H 'accept: application/json' \
  4. -H 'Content-Type: application/json' \
  5. -d '{
  6. "data": {
  7. "claims": {
  8. "@context": [
  9. "https://www.w3.org/2018/credentials/v1",
  10. "https://www.w3.org/2018/credentials/examples/v1"
  11. ],
  12. "id": "http://example.edu/credentials/1872",
  13. "type": [
  14. "VerifiableCredential",
  15. "AlumniCredential"
  16. ],
  17. "credentialSubject": {
  18. "id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
  19. "alumniOf": {
  20. "id": "did:example:c276e12ec21ebfeb1f712ebc6f1",
  21. "name": [
  22. {
  23. "value": "Example University",
  24. "lang": "en"
  25. },
  26. {
  27. "value": "Exemple d'\''Université",
  28. "lang": "fr"
  29. }
  30. ]
  31. }
  32. }
  33. }
  34. },
  35. "keys": {}
  36. }'
Advertisement
Add Comment
Please, Sign In to add comment