Simulate the approval of a blockchain wallet for a client. Only available on staging environment.
The ID of the blockchain wallet to approve
curl -L \ --request POST \ --url 'https://api.rialtobridge.xyz/api/client/v1/simulate/blockchain-wallets/{blockchainWalletId}/approved' \ --header 'RIALTO_API_KEY: YOUR_API_KEY'
{ "id": { "id": "644ea36b-dd03-420f-add2-71b3f78fde8f" } }