curl --location --request POST 'https://api.finzep.com/api/QR/GetDynamicQR2' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserID": 12345,
"Token": "abcdef123456",
"SubmerchantId": "SUBM123456",
"CustomerName": "John Doe",
"CustomerEmail": "john.doe@example.com",
"CustomerMobile": "9876543210",
"CustomerPincode": "110001",
"CustomerAddress": "123, Main Street, New Delhi",
"SPKey": "RP123KEY",
"Amount": 499.99,
"VpaId": "merchant@upi"
}'{}