Authorization: Bearer ********************curl --location '/TenantTransaction/Banking/LocalTransfer/Receive/Regular/Initiate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 1001,
"serialNo": "e8dbdbcd-621b-4cfd-a4d1-287f1fc44f8a",
"currencyId": "USD",
"amount": 5000,
"note": "استلام حوالة دولية عادية من الولايات المتحدة",
"networkAccountId": 20001,
"senderReference": "REF-2024-001",
"senderName": "جون سميث",
"senderPhone": "+1-555-123-4567",
"receiverReference": "REC-2024-001",
"receiverName": "أحمد محمد علي",
"receiverPhone": null,
"receiverIdNumber": null,
"networkReference": null,
"commissionAmount": null,
"commissionCurrencyId": null,
"documentReferences": null
}'[
{
"tenantId": 0,
"serviceId": 0,
"id": 0,
"serialNo": "8fe20539-3963-42bc-bcbe-d270b89c0cea",
"currencyId": "string",
"amount": 0,
"toCurrencyId": "string",
"toAmount": 0,
"description": null,
"status": 0,
"creatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatorUserId": 0,
"updatedAt": "2019-08-24T14:15:22.123Z",
"tenantTransactionTransfers": "string",
"tenantBalances": "string",
"tenantTransactionProducts": 0,
"tenantRequest": 0,
"tenantLogs": "string",
"tenantProductStorages": 0
}
]