Request body for updating an investment account.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-schema/investment-api-account-update-schema.json", "title": "AccountUpdate", "description": "Request body for updating an investment account.", "type": "object", "properties": { "type": { "type": "string", "description": "The type of investment account.", "example": "standard" } } }