curl --location --request POST 'https://api.finzep.com/IntiateUPI' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginID": 123,
"Token": "",
"apiRequestId": "REQ123456",
"amount": 500.75,
"callbackURL": "https://example.com/callback",
"customerName": "John Doe",
"customerEmail": "john.doe@example.com",
"customerMobile": "9876543210",
"spkey": "SPKEY"
}'{
"statuscode": 1,
"msg": "Transaction initiated successfully",
"errorcode": "00",
"transactionID": "",
"qrIntent": "upi://pay?pa=user@upi&pn=JohnDoe&am=500.75"
}