curl --location --request PATCH 'https://vf-solana-api.dev.alphaledger.com/api/v1/positions?svmCluster=SOLANA_DEVNET' \
--header 'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<root>
<itemData>
<position>
<position>
<onchainId>GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton</onchainId>
<offchainId>1b03ae9a-348c-4c18-8727-20c7c4ae7a0a</offchainId>
<offchainReferences>
<alId>ALFNDPF000153778</alId>
<organizationExternalId>ALT</organizationExternalId>
<accountNumber>ALT10000233</accountNumber>
<code>some-authority</code>
<type>WALLET</type>
</offchainReferences>
<autoSign>true</autoSign>
<otherTenantOrganizationExternalId>ALIM</otherTenantOrganizationExternalId>
<offPlatform>false</offPlatform>
</position>
<owner>
<onchainId>GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton</onchainId>
<offchainId>1b03ae9a-348c-4c18-8727-20c7c4ae7a0a</offchainId>
<offchainReferences>
<alId>ALFNDPF000153778</alId>
<organizationExternalId>ALT</organizationExternalId>
<accountNumber>ALT10000233</accountNumber>
<code>some-authority</code>
<type>WALLET</type>
</offchainReferences>
<autoSign>true</autoSign>
<otherTenantOrganizationExternalId>ALIM</otherTenantOrganizationExternalId>
<offPlatform>false</offPlatform>
</owner>
<financialInstrument>
<onchainId>GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton</onchainId>
<offchainId>1b03ae9a-348c-4c18-8727-20c7c4ae7a0a</offchainId>
<offchainReferences>
<alId>ALFNDPF000153778</alId>
<organizationExternalId>ALT</organizationExternalId>
<accountNumber>ALT10000233</accountNumber>
<code>some-authority</code>
<type>WALLET</type>
</offchainReferences>
<autoSign>true</autoSign>
<otherTenantOrganizationExternalId>ALIM</otherTenantOrganizationExternalId>
<offPlatform>false</offPlatform>
</financialInstrument>
<mintAuthority>
<onchainId>GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton</onchainId>
<offchainId>1b03ae9a-348c-4c18-8727-20c7c4ae7a0a</offchainId>
<offchainReferences>
<alId>ALFNDPF000153778</alId>
<organizationExternalId>ALT</organizationExternalId>
<accountNumber>ALT10000233</accountNumber>
<code>some-authority</code>
<type>WALLET</type>
</offchainReferences>
<autoSign>true</autoSign>
<otherTenantOrganizationExternalId>ALIM</otherTenantOrganizationExternalId>
<offPlatform>false</offPlatform>
</mintAuthority>
<freezeAuthority>
<onchainId>GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton</onchainId>
<offchainId>1b03ae9a-348c-4c18-8727-20c7c4ae7a0a</offchainId>
<offchainReferences>
<alId>ALFNDPF000153778</alId>
<organizationExternalId>ALT</organizationExternalId>
<accountNumber>ALT10000233</accountNumber>
<code>some-authority</code>
<type>WALLET</type>
</offchainReferences>
<autoSign>true</autoSign>
<otherTenantOrganizationExternalId>ALIM</otherTenantOrganizationExternalId>
<offPlatform>false</offPlatform>
</freezeAuthority>
</position>
<debitApiKeys>
<debitApiKeys>string</debitApiKeys>
</debitApiKeys>
<tokenDebitLimits>
<tokenDebitLimits>
<operationType>ANY</operationType>
<destination>ANY</destination>
<mintAuthority>ANY</mintAuthority>
<maxAllowedDebit>
<limitType>PER_TRANSACTION</limitType>
<limitAmount>100</limitAmount>
<duration>
<code>DAYS</code>
<unit>1</unit>
</duration>
<approversForOverride>
<approversForOverride>string</approversForOverride>
</approversForOverride>
<requiredApproversCount>3</requiredApproversCount>
</maxAllowedDebit>
</tokenDebitLimits>
</tokenDebitLimits>
</itemData>
<svmTransactionConfig>
<feePayer>
<onchainId>GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton</onchainId>
<offchainId>1b03ae9a-348c-4c18-8727-20c7c4ae7a0a</offchainId>
<offchainReferences>
<alId>ALFNDPF000153778</alId>
<organizationExternalId>ALT</organizationExternalId>
<accountNumber>ALT10000233</accountNumber>
<code>some-authority</code>
<type>WALLET</type>
</offchainReferences>
<autoSign>true</autoSign>
<otherTenantOrganizationExternalId>ALIM</otherTenantOrganizationExternalId>
<offPlatform>false</offPlatform>
</feePayer>
<computeUnitConfig>
<enable>true</enable>
<limit>0</limit>
<price>0</price>
<priceEstimate>
<provider>HELIUS</provider>
<calculationStrategy>DEFAULT</calculationStrategy>
<priorityLevel>RECOMMENDED</priorityLevel>
</priceEstimate>
</computeUnitConfig>
<commitmentConfig>
<commitmentLevel>processed</commitmentLevel>
</commitmentConfig>
<messageLifetimeStrategy>RECENT_BLOCKHASH</messageLifetimeStrategy>
<transactionVersion>V0</transactionVersion>
</svmTransactionConfig>
<tenancyConfig>
<overrideOrganizationExternalId>ALIM</overrideOrganizationExternalId>
</tenancyConfig>
</root>'