ledger001)
address: The account address to add metadata to. (e.g., users:john:wallet)
dryRun: When true, validates the request without persisting changes.
Idempotency-Key: Unique key to ensure the request is processed exactly once. (e.g., meta-abc-123)
The access token received from the authorization server in the OAuth 2.0 flow.
Use an idempotency key
Name of the ledger.
"ledger001"
Exact address of the account. It must match the following regular expressions pattern:
^\w+(:\w+)*$"users:001"
Set the dry run mode. Dry run mode doesn't add the logs to the database or publish a message to the message broker.
true
metadata