Simulate the approval of a bank account for an account manager's client. Only available on staging environment.
The unique identifier of the client.
The ID of the bank account to approve
curl -L \ --request POST \ --url 'https://api.rialtobridge.xyz/api/manager/v1/simulate/clients/{clientId}/bank-accounts/{bankAccountId}/approved' \ --header 'RIALTO_API_KEY: YOUR_API_KEY'
{ "id": "644ea36b-dd03-420f-add2-71b3f78fde8f" }