curl --location '/TenantTransaction/Banking/InternationalTransfer/Send/Commercial/Initiate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 1,
"serialNo": "bebfb27a-822d-47ad-973b-5672940a9a7d",
"currencyId": "USD",
"amount": 50000,
"note": "حوالة تجارية لدفع فواتير البضائع",
"senderAccountId": 101001,
"networkAccountId": 20001,
"commissionAccountId": 30001,
"exchangeRateAccountId": 40001,
"swiftAccountId": 50001,
"receiverReference": "REF-2024-001",
"receiverCompanyName": "ABC Trading Company Ltd",
"receiverCountry": "الولايات المتحدة",
"receiverBankCode": "CHASUS33",
"receiverBankName": "Chase Bank",
"receiverAccountNumber": "1234567890",
"receiverTaxNumber": "12-3456789",
"receiverCommercialRegister": "US123456789",
"networkReference": "NET-2024-001",
"swiftReference": "SWIFT-2024-001",
"transferPurpose": "دفع فواتير البضائع المستوردة",
"invoiceReference": "INV-2024-001",
"commissionRate": 0.003,
"exchangeRate": 3.75,
"toCurrencyId": "USD",
"toAmount": 50000,
"swiftFee": 50,
"exchangeRateDifference": 0,
"documentReferences": [
{
"type": 104,
"otherType": null,
"reference": "CA-2024-001",
"url": null,
"description": null
},
{
"type": 41,
"otherType": null,
"reference": "INV-2024-001",
"url": null,
"description": null
}
]
}'