curl --request POST \
--url https://waypay-merchant-api.icydesert-41d42f7e.uaenorth.azurecontainerapps.io/Gateway/v1/Payment/deposit \
--header 'SWICH-API-Key: pk_test_xxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"mobileNumber": "03123456789",
"amount": 1500,
"walletProvider": 1,
"last6CNICDigits": "345678",
"currency": "PKR",
"description": "Product Purchase",
"intentType": "deposit",
"customerRef": {
"name": "Ali Ahmed",
"email": "ali@example.com",
"cnic": "3520108345678",
"phone": "03123456789"
},
"orderRef": {
"orderRef": "ORD123456"
}
}'