curl --location --request PATCH 'https://vf-solana-api.dev.alphaledger.com/api/v1/transactions/sign?svmCluster=SOLANA_DEVNET' \
--header 'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"itemData": {
"transaction": {
"onchainId": "string",
"offchainId": "string"
},
"offPlatformSigning": [
{
"account": {
"onchainId": "GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton",
"offchainId": "1b03ae9a-348c-4c18-8727-20c7c4ae7a0a",
"offchainReferences": {
"alId": "ALFNDPF000153778",
"organizationExternalId": "ALT",
"accountNumber": "ALT10000233",
"code": "some-authority",
"type": "WALLET"
},
"autoSign": true,
"otherTenantOrganizationExternalId": "ALIM",
"offPlatform": false
},
"signature": "string",
"dkgSigning": {
"partialSignatures": [
{
"mpcPlayerCode": "string",
"partialSignature": "string"
}
],
"sessionId": "string"
}
}
],
"onPlatformSigning": [
{
"onchainId": "GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton",
"offchainId": "1b03ae9a-348c-4c18-8727-20c7c4ae7a0a",
"offchainReferences": {
"alId": "ALFNDPF000153778",
"organizationExternalId": "ALT",
"accountNumber": "ALT10000233",
"code": "some-authority",
"type": "WALLET"
},
"autoSign": true,
"otherTenantOrganizationExternalId": "ALIM",
"offPlatform": false
}
],
"submitTxnIfAllSignaturesCollected": true
},
"tenancyConfig": {
"overrideOrganizationExternalId": "ALIM"
}
}'