curl --location --request POST 'https://api.finzep.com/api/QR/GenerateStaticQR2' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserID": 0,
"Token": "string",
"SubmerchantId": "string",
"CustomerName": "John Doe",
"CustomerEmail": "john.doe@example.com",
"CustomerMobile": "9876543210",
"CustomerPincode": "110001",
"CustomerAddress": "123, Main Street, New Delhi"
}'{
"statuscode": 1,
"msg": "QR generated successfully",
"qrurl": "https://example.com/api/QR/Static/1/1/RP"
}