{
"eventName":"payment.verification",
"mchOrderId":"CCVA1653350151938813",
"referenceNumber":"PCLAC1000000001",
"amount":503700,
"mobile":"0912345678",
"createTime":"2022-05-31 09:38:06",
"sign": "xxxxxxxxxxxxx"
}curl --location '/xxx' \
--header 'Content-Type: application/json' \
--data '{
"eventName":"payment.verification",
"mchOrderId":"CCVA1653350151938813",
"referenceNumber":"PCLAC1000000001",
"amount":503700,
"mobile":"0912345678",
"createTime":"2022-05-31 09:38:06",
"sign": "xxxxxxxxxxxxx"
}'{
"code": 2000,
"msg": "success"
}