curl --location 'https://payment.tarspay.comnotifyUrl' \
--header 'X-RESP-SIGNATURE: 3046022100ae8634a9db66c069030483012e7d0e38ebca6d924b82d8bb2e240764dafeb4f3022100ba3e3bd90346652e681b4b1b25e55d983002d84160fb9c696fb20ea3e4742e76' \
--header 'Content-Type: application/json' \
--data '{
"bizType": 2,
"currency": "IDR",
"failReason": "payment failed",
"fee": "6973",
"mchNo": "M1696154848",
"mchOrderNo": "1184196902791413760",
"orderAmount": "31500",
"payAmount": "31500",
"payOrderId": "P1734517376779485186",
"state": 3
}'