{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-structure/investment-api-account-transfer-create-structure.json", "name": "AccountTransferCreate", "description": "Request body for creating an account transfer.", "type": "object", "properties": { "source_account_id": { "type": "uuid", "description": "The source account.", "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" }, "target_account_id": { "type": "uuid", "description": "The target account.", "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" } } }