curl --location --request PATCH 'https://vf-solana-api.dev.alphaledger.com/api/v1/financial-instruments/pause?svmCluster=SOLANA_DEVNET' \
--header 'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"itemData": {
"pausableAuthority": {
"onchainId": "GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton",
"offchainId": "1b03ae9a-348c-4c18-8727-20c7c4ae7a0a",
"offchainReferences": {},
"offPlatform": false,
"otherTenantOrganizationExternalId": "ALIM",
"autoSign": true
},
"financialInstrument": {
"onchainId": "GPjDgRPhSuJSya5GbaCWkYCDqcyL6N3ZBge9XMJsDton",
"offchainId": "1b03ae9a-348c-4c18-8727-20c7c4ae7a0a",
"offchainReferences": {},
"offPlatform": false,
"otherTenantOrganizationExternalId": "ALIM",
"autoSign": true
}
},
"tenancyConfig": {
"overrideOrganizationExternalId": "ALIM"
}
}'