curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/yellowcard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"apiKey": "hKaAodQNLK",
"apiSecret": "ad0b2a2190dde067f3fd5a523f1c2aen",
"omnibusAddresses": {
"evm": "0x1234567890abcdef1234567890abcdef12345678",
"solana": "4kzKf7p83nXq5VK92K9YfSsfSqsCim29s3VAmxyz123",
"tron": "TQ9n1Muf6pZL4e1DqYNo8v5yRk6VxVQ2Q3"
}
}
'