curl --request POST \
--url https://api.example.com/iser/decentralized-account/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"iserCode": "78041857-832F-4DE1-BC2C-B98AFE537089",
"code": "<string>",
"cryptoWallet": "<string>",
"cryptoWalletAccount": "<string>"
}
'{
"success": true,
"data": "<unknown>"
}Returns the iser details along with an iser avatar.
curl --request POST \
--url https://api.example.com/iser/decentralized-account/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"iserCode": "78041857-832F-4DE1-BC2C-B98AFE537089",
"code": "<string>",
"cryptoWallet": "<string>",
"cryptoWalletAccount": "<string>"
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.