curl --location --request PATCH 'https://vf-solana-api.dev.alphaledger.com/api/v1/accounts?solanaClusterId=SOLANA_DEVNET' \
--header 'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"itemData": {
"accountToUpdate": {
"onchainId": "GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton",
"offchainId": "1b03ae9a-348c-4c18-8727-20c7c4ae7a0a",
"offchainReferences": {
"alId": "ALFNDPF000153778",
"organizationExternalId": "ALT",
"accountNumber": "ALT10000233",
"code": "some-authority",
"type": "WALLET"
},
"isOtherTenantSigner": false,
"otherTenantOrganizationExternalId": "ALIM",
"offPlatform": false
},
"offchainReferences": {
"alId": "ALFNDPF000153778",
"organizationExternalId": "ALT",
"accountNumber": "ALT10000233",
"code": "some-authority",
"type": "WALLET",
"name": "Some name to provide more context"
},
"comments": "string",
"subscribeToNetworkEvents": true,
"canPayFees": true,
"globalFeePayerForOrgs": [
"string"
],
"solDebitApiKeys": [
"string"
],
"tokenDebitApiKeys": [
"string"
]
},
"tenancyConfig": {
"overrideOrganizationExternalId": "ALIM"
}
}'