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 '// Update offchain references and debit api keys
{
"itemData": {
"account": {
"onchainId": "GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton"
},
"offchainReferences": {
"accountNumber": "ALT10000233",
"type": "CURRENCIES_WALLET",
"name": "Newly updated accounts"
},
// results in solDebitApiKeys being unset
"solDebitApiKeys": [],
"tokenDebitApiKeys": [
"key-idenitfier-1",
"key-idenitfier-1"
]
}
}'