Update an existing account by id as admin.Ask AIput https://example.com/accounts/private/v1/accounts/{id}Not allowed if admin has no "modify_accounts" permission.Path ParamsidstringrequiredAccount idBody ParamsdescriptionstringAdditional description or details about the account.isActivebooleanIndicates whether the account is active or not.truefalsebalancestringThe balance of the account.paymentOptionstringThe payment option for the account.allowWithdrawalsbooleanIndicates whether withdrawals are allowed for the account.truefalseallowDepositsbooleanIndicates whether deposits are allowed for the account.truefalsematurityDatestringThe maturity date of the account.payoutDaynumber1 to 31The day of the month on which the account payout occurs.interestAccountIdnumberThe ID of the interest account where the payout should be transferredResponses 201Successful request 400Bad Request 403ForbiddenUpdated 7 months ago