Authorization: Bearer ********************curl --location --request DELETE '/TenantTransaction/Banking/LocalTransfer/Receive/Commercial/Cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 1001,
"transactionId": 1,
"cancellationReason": "تم إلغاء الحوالة التجارية المحلية",
"cancelNo": "00000000-0000-0000-0000-000000000001"
}'[
{
"tenantId": 0,
"serviceId": 0,
"id": 0,
"serialNo": "8fe20539-3963-42bc-bcbe-d270b89c0cea",
"currencyId": "string",
"amount": 0,
"toCurrencyId": "string",
"toAmount": 0,
"creatorUserId": 0,
"updatorUserId": 0,
"status": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"description": null,
"tenantTransactionTransfers": "string",
"tenantBalances": "string",
"tenantTransactionProducts": 0,
"tenantRequest": 0,
"tenantLogs": "string",
"tenantProductStorages": 0
}
]