Simulate the update of the limit for a client. Only available on staging environment.
The unique identifier of the client.
The new limit for the manager's client, in USD with two decimal places.
curl -L \ --request POST \ --url 'https://api.rialtobridge.xyz/api/manager/v1/simulate/clients/{clientId}/limit/updated' \ --header 'RIALTO_API_KEY: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "limit": 10000 }'
No body