Authorization: Bearer ********************curl --location --request DELETE '/TenantTransaction/Commercial/Inventory/Supply/Cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 1,
"transactionId": 1,
"cancellationReason": "تم رفض الشحنة من المورد",
"cancelNo": "00000000-0000-0000-0000-000000000001"
}'0