curl --location 'https://api.zzed.xyz/payment/v1/make-deposit' \
--header 'X-TenantId;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"channel": "CASH",
"referenceNo": "",
"tenantId": "711d13ed-1310-11f1-be0d-a290a2e7ec88",
"productCode": "MEMBER_SAVINGS_DEPOSIT",
"memberAccountNo": "1202020RD",
"sourcePlatform":"ZEDPAY",
"amount": 50000,
"paidBy": "Namara Vicky",
"remarks": "Appliation fees",
"telephoneNumber": "",
"telephoneNetwork": "",
"customerName": "Namara Victoria",
"requestMethod": "WEB"
}'