curl --location 'https://payment.tarspay.comnotifyUrl' \
--header 'X-RESP-SIGNATURE: 3046022100ae8634a9db66c069030483012e7d0e38ebca6d924b82d8bb2e240764dafeb4f3022100ba3e3bd90346652e681b4b1b25e55d983002d84160fb9c696fb20ea3e4742e76' \
--header 'Content-Type: application/json' \
--data '{
"bizType": 1,
"currency": "INR",
"fee": "100",
"failReasonn": "payment failed",
"mchNo": "M1688443660",
"mchOrderNo": "YN220221122000000695",
"orderAmount": "100",
"payAmount": "100",
"payOrderId": "P1742079917839712257",
"state": 2
}'