curl --location 'https://payment.tarspay.comnotifyUrl' \
--header 'X-RESP-SIGNATURE: 3046022100ae8634a9db66c069030483012e7d0e38ebca6d924b82d8bb2e240764dafeb4f3022100ba3e3bd90346652e681b4b1b25e55d983002d84160fb9c696fb20ea3e4742e76' \
--header 'Content-Type: application/json' \
--data '{
"bizType": 2,
"currency": "MYR",
"failReason": "payment failed",
"fee": "1",
"mchNo": "M1688457769",
"mchOrderNo": "ML20221112010000922",
"orderAmount": "30",
"payAmount": "30",
"payOrderId": "P1742092217124487169",
"state": 3
}'