curl --location 'https://api.zzed.xyz/payment/v1/make-deposit' \
--header 'X-TenantId;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"walletAccountNo": 200001,
"referenceNo": "52cfb343-f284-4254-868a-a0a47e72cf73",
"transactionCategory": "CUSTOMER_PAYMENT",
"amount": 50000,
"paidBy": "Devine Balizza",
"remarks": "Subscription",
"telephoneNumber": "256752002106",
"telephoneNetwork": "AIRTEL",
"customerName": "Devine Balizza",
"requestMethod": "MOBILE"
}'