curl --location --request POST 'https://vf-solana-api.dev.alphaledger.com/api/v1/accounts/single/private-key?solanaClusterId=SOLANA_DEVNET' \
--header 'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '//Fetch Account Private Key
{
"itemData": {
"account": {
"offchainReferences": {
"code": "nonce-authority-db",
"type": "NONCE_AUTHORITY",
"organizationExternalId": "ALG"
}
}
}
}'//Fetch Private Key Details
{}